mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-13 03:42:24 +08:00
fix classifier.
This commit is contained in:
parent
3d28f3a20b
commit
5ec23ef43f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue