Add specific python versions to setup.py

Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
This commit is contained in:
Nathan Baker
2020-06-19 06:46:36 -07:00
committed by GitHub
parent 2f47d0ea9a
commit fb38d28f51

View File

@@ -41,7 +41,13 @@ See http://propka.org/ for the PROPKA web server.
'Environment :: Console', 'Environment :: Console',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)', 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
'Operating System :: POSIX', 'Programming Language :: Python', 'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering :: Bio-Informatics', 'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Chemistry', 'Topic :: Scientific/Engineering :: Chemistry',
], ],