fixed syntax error in setup.py
Browse files
setup.py
CHANGED
@@ -23,7 +23,7 @@ setup(
|
|
23 |
long_description=read('README.md'),
|
24 |
classifiers=[
|
25 |
"Development Status :: 4 - Beta",
|
26 |
-
"Environment :: Console"
|
27 |
"Intended Audience :: Developers",
|
28 |
"License :: OSI Approved :: MIT License",
|
29 |
"Programming Language :: Python :: 2.6",
|
|
|
23 |
long_description=read('README.md'),
|
24 |
classifiers=[
|
25 |
"Development Status :: 4 - Beta",
|
26 |
+
"Environment :: Console",
|
27 |
"Intended Audience :: Developers",
|
28 |
"License :: OSI Approved :: MIT License",
|
29 |
"Programming Language :: Python :: 2.6",
|