Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maireplus authored Sep 2, 2024
1 parent 4b3c5ed commit 9ca06d2
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 @@ -19,14 +19,14 @@
packages=find_packages(exclude='tests'),
package_data={"atmosphericRadiationDoseAndFlux":["atmosphericRadiationDoseAndFlux/data/proton/*.rpf","atmosphericRadiationDoseAndFlux/data/alpha/*.rpf"]},
include_package_data=True,
version='1.0.10',
version='1.0.11',
description='Python library for calculating doses and fluxes at a particular altitude given an input spectrum',
long_description=long_description,
long_description_content_type='text/markdown',
author='Space Environment and Protection Group, University of Surrey',
url='https://github.com/ssc-maire/DoseAndFluxCalculator',
keywords = 'atmosphere radiation space weather cosmic rays spectrum alpha particles yield response dose rates ambient effective GLE sun solar aviation neutron monitor',
license='GNU General Public License v3.0',
license='CC BY-NC-SA 4.0',
install_requires=['importlib_resources>=5.10.0',
'numpy>=1.21.6',
'pandas>=1.3.5',
Expand Down

0 comments on commit 9ca06d2

Please sign in to comment.