From af0a2a2dde43c6cd2ba781c85dbf0e0e0517ec54 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Tue, 9 Jul 2019 10:09:52 +0200 Subject: [PATCH] Updates to ICARTT module --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0a01117..e24031d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(filename): setup(name='icartt', description='ICARTT format reader and writer', long_description=read('README.rst') + '\n\n' + read('INSTALL.rst') + '\n\n' + read('CHANGES.rst'), - version='1.0.0', + version='1.0.1', url='https://boxmodeling.meteo.physik.uni-muenchen.de', author='Christoph Knote', author_email='christoph.knote@physik.uni-muenchen.de', @@ -22,12 +22,13 @@ setup(name='icartt', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: POSIX', - 'Programming Language :: Python :: 2 :: Only', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', 'Topic :: Education', 'Topic :: Scientific/Engineering', 'Topic :: Utilities' ], keywords='', - python_requires='<3', +# python_requires='<3', packages=['icartt'], zip_safe=False) -- GitLab