diff --git a/setup.py b/setup.py index f5f6697..e41ab27 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ description='Python implementation of SBOL 3 standard', python_requires='>=3.7', url='https://github.com/SynBioDex/pySBOL3', - author='Bryan Bartley', - author_email='editors@sbolstandard.org', - license='Apache-2', + author='Tom Mitchell', + author_email='tcmitchell@users.noreply.github.com', + license='MIT License', # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ # How mature is this project? Common values are @@ -20,11 +20,16 @@ 'Intended Audience :: Developers', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: Apache Software License', + 'License :: OSI Approved :: MIT License', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. - 'Programming Language :: Python :: 3' + 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + ], # What does your project relate to? keywords='synthetic biology',