Fixed classifier error

This commit is contained in:
clerie 2018-10-28 12:29:22 +01:00
parent 0fdfb53d00
commit 613cac3687

View File

@ -15,7 +15,7 @@ setuptools.setup(
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2"
"Programming Language :: Python :: 2",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],