Update classifiers of supported Python version.
parent
b49366b820
commit
8cfb613344
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue