Update classifiers of supported Python version.

pull/493/head
KmolYuan 2019-09-29 19:37:14 +08:00
parent b49366b820
commit 8cfb613344
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ __author__ = "Yuan Chang"
__copyright__ = "Copyright (C) 2016-2019"
__license__ = "GPLv3+"
__email__ = "pyslvs@gmail.com"
__version__ = "3.0.0.post4"
__version__ = "3.0.0.post5"
from .slvs import (
quaternion_u,

View File

@ -152,7 +152,9 @@ setup(
install_requires=read('requirements.txt').splitlines(),
test_suite="tests",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Cython",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",