From ae4c158ca292cd65dd1d19fb601ae9a967791d59 Mon Sep 17 00:00:00 2001 From: Alexandre Boucaud <3065310+aboucaud@users.noreply.github.com> Date: Fri, 30 Jul 2021 21:54:45 +0200 Subject: [PATCH] Prepare setup for first release (#6) --- setup.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/setup.py b/setup.py index f506691..e370dc2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="galcheat", - version="0.0.2", + version="0.0.1", url="https://github.com/aboucaud/galcheat/", description="Tiny library of galaxy surveys most useful parameters (with units)", long_description=open("README.md").read(), @@ -20,20 +20,14 @@ python_requires=">=3.7", license="MIT", project_urls={ - # 'Documentation': "Source": "https://github.com/aboucaud/galcheat/", "Bug Tracker": "https://github.com/aboucaud/galcheat/issues", }, classifiers=[ - # How mature is this project? Common values are - # 3 - Alpha - # 4 - Beta - # 5 - Production/Stable "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Physics", "License :: OSI Approved :: MIT License", - # Specify the Python versions you support here. "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",