Update setup.py
This commit is contained in:
parent
25b92f2f4e
commit
9076342992
3
setup.py
3
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pyatmos',
|
name='pyatmos',
|
||||||
version='1.0',
|
version='1.0.1',
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
description='A package to estimate the atmosphere parameters',
|
description='A package to estimate the atmosphere parameters',
|
||||||
long_description=open('README.md', 'rb').read().decode('utf-8'),
|
long_description=open('README.md', 'rb').read().decode('utf-8'),
|
||||||
@ -18,6 +18,7 @@ setup(
|
|||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
],
|
],
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
include_package_data=True,
|
||||||
package_data = {
|
package_data = {
|
||||||
'pyatmos.data': ['*.npz'],
|
'pyatmos.data': ['*.npz'],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user