diff --git a/setup.py b/setup.py index 009b6a9..0b6af81 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='exoscene', - version='1.1', + version='1.2', description='Library for simulating direct images of exoplanetary systems.', long_description=long_description, long_description_content_type="text/markdown", @@ -18,6 +18,11 @@ './data/bpgs/bpgs_readme.csv', './data/cgi_hlc_psf/*.fits']}, + classifiers=[ + "Programming Language :: Python :: 3", + "License :: OSI Approved", + ], + python_requires='>=3.6', install_requires=[ "astropy >= 4.0",