Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis authored Mar 6, 2024
1 parent 3d68190 commit 35ef8c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@
packages=find_packages(),
package_data={"":["CosRayModifiedISO/neutronMonitorData/*.dat","CosRayModifiedISO/neutronMonitorData/*.pkl"]},
include_package_data=True,
version='1.2.1',
version='1.2.2',
url="https://github.com/ssc-maire/CosRayModifiedISO",
author='Chris S. W. Davis',
author_email='[email protected]',
license='MIT',
install_requires=install_requires,
install_requires=["importlib_resources>=5.10.0",
"numba>=0.56.4",
"numpy>=1.21.6",
"pandas>=1.3.5"]
setuptools>=45.2.0#install_requires,
setup_requires=['pytest-runner'],
tests_require=['pytest'],
test_suite='tests',
Expand Down

0 comments on commit 35ef8c7

Please sign in to comment.