mirror of
https://github.com/JHUAPL/kaipy.git
synced 2026-01-10 00:08:06 -05:00
Fixed script installation. Bumped version to 1.0.7.
This commit is contained in:
7
setup.py
7
setup.py
@@ -2,17 +2,18 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='kaipy',
|
||||
version='1.0.5',
|
||||
version='1.0.7',
|
||||
description='Python software for CGS MAGE and other Kaiju models',
|
||||
author='Kaiju team',
|
||||
author_email='wiltbemj@ucar.edu',
|
||||
url='https://bitbucket.org/aplkaiju/kaipy/src/master/',
|
||||
packages=find_packages(),
|
||||
python_requires='>=3.8,<=3.10',
|
||||
include_package_data=True,
|
||||
package_data={'kaipy': ['scripts/*', 'scripts/*/*']},
|
||||
python_requires='>=3.8',
|
||||
install_requires=[
|
||||
'alive_progress',
|
||||
'astropy',
|
||||
# 'cartopy',
|
||||
'cdasws',
|
||||
'configparser',
|
||||
'h5py',
|
||||
|
||||
Reference in New Issue
Block a user