Skip to content
Snippets Groups Projects
Commit af0a2a2d authored by Christoph Knote's avatar Christoph Knote
Browse files

Updates to ICARTT module

parent 9b93671f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment