Skip to content

Commit

Permalink
./setup.py: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NP-chaonay committed Jul 17, 2020
1 parent 5a93ecb commit 0262a5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
url="https://github.com/NP-chaonay/PythonPkg-np_chaonay",
packages=setuptools.find_packages(),
classifiers=[
"Topic :: Other/Nonlisted Topic"
"Development Status :: 5 - Production/Stable"
"Topic :: Other/Nonlisted Topic",
"Development Status :: 5 - Production/Stable",
"License :: Other/Proprietary License",
"Programming Language :: Python :: 3 :: Only"
"Operating System :: OS Independent"
"Natural Language :: English"
"Programming Language :: Python :: 3 :: Only",
"Operating System :: OS Independent",
"Natural Language :: English",
],
python_requires='>=3.0',
)

0 comments on commit 0262a5b

Please sign in to comment.