fix classifier.

This commit is contained in:
JerryXiao 2021-01-30 12:08:31 +08:00
parent 3d28f3a20b
commit 5ec23ef43f
Signed by: Jerry
GPG key ID: 9D9CE43650FF2BAA

View file

@ -15,7 +15,7 @@ setuptools.setup(
packages=setuptools.find_packages('src'),
package_dir={'': 'src'},
classifiers=[
"Development Status :: 3 - Alpha"
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",