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 3ddc007 commit fe530fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"input_macro_templates/*.in",
"interplanetary_spectra/*.csv",
]},
version='0.2.6',
version='0.2.7',
description='Python library containing tools for simulating Cherenkov detector count rates in space.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -51,7 +51,7 @@
'spacepy>=0.4.1',
'tqdm>=4.30.0',
'uncertainties>=3.1.7',
'uproot>=5.1.2']
'uproot>=5.1.2'],
#install_requires,
setup_requires=['pytest-runner','wheel'],
tests_require=['pytest'],
Expand Down

0 comments on commit fe530fc

Please sign in to comment.