From 9ce41f33ee10e4cc2247433e648f31571f536788 Mon Sep 17 00:00:00 2001 From: "MAIRE@SSC" <68967208+maireplus@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:48:39 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dec4f6b..83b7aff 100644 --- a/setup.py +++ b/setup.py @@ -23,12 +23,12 @@ package_data={"AniMAIRE":[ "anisotropic_MAIRE_engine/data/*.csv" ]}, - version='1.1.9', + version='1.1.10', description='Python library for running the anisotropic version of MAIRE+', long_description=long_description, long_description_content_type='text/markdown', author='Space Environment and Protection Group, University of Surrey', - license='GNU General Public License v3.0', + license='CC By-NC-SA 4.0', url='https://github.com/ssc-maire/AniMAIRE-public', keywords='anisotropic MAIRE+ atmospheric ionizing radiation dose rates cosmic rays ground level enhancements GLEs protons alpha particles neutrons effective ambient equivalent aircraft aviation Earth solar system sun space magnetic field', install_requires=['numpy>=1.21.6',