Skip to content
Snippets Groups Projects
Commit b8fd6b77 authored by Nils Brüggemann's avatar Nils Brüggemann Committed by Fraser William Goldsworth
Browse files

Updated pyicon/version.py setup.py.

parent c4a43982
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