Skip to content
Snippets Groups Projects
Commit 31b0e979 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

Updated pyicon/version.py setup.py.

parent 63755f38
No related branches found
No related tags found
No related merge requests found
__version__ = "0.2.0"
__version__ = "0.3.0"
......@@ -17,9 +17,14 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
url='https://gitlab.dkrz.de/m300602/pyicon',
author='Nils Brueggemann',
author='The pyicon development team',
author_email='nils.brueggemann@mpimet.mpg.de',
install_requires=install_requires,
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
setup_requires=['setuptools'],
)
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