Skip to content

Commit

Permalink
Prepare setup for first release (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboucaud authored Jul 30, 2021
1 parent f6826d5 commit ae4c158
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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",
Expand Down

0 comments on commit ae4c158

Please sign in to comment.