Skip to content

Commit

Permalink
Merge pull request #252 from tcmitchell/author
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
tcmitchell authored May 14, 2021
2 parents b47c07c + bb3ff85 commit e600b83
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license='Apache-2',
author='Tom Mitchell',
author_email='[email protected]',
license='MIT License',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
# How mature is this project? Common values are
Expand All @@ -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',
Expand Down

0 comments on commit e600b83

Please sign in to comment.