Commit f038a816 authored by Stefane Fermigier's avatar Stefane Fermigier

Fix to setup.py to make it accepted by PyPI.

parent 835ef2fa
...@@ -23,9 +23,9 @@ setup( ...@@ -23,9 +23,9 @@ setup(
include_package_data=False, include_package_data=False,
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",
"Development Status :: 2 - Alpha", 'Development Status :: 3 - Alpha',
"Natural Language :: English", "Natural Language :: English",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Topic :: Business intelligence", # "Topic :: Business intelligence",
],) ],)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment