Skip to content

Commit

Permalink
Fix a bug with setup.py and the new pypi.org backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Mar 13, 2018
1 parent 2a2536e commit 98ef24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -34,7 +34,7 @@
'PyYAML>=3.11',
'python-dateutil>=2.4.2',
],
classifiers=(
classifiers=[
# 'Development Status :: 1 - Planning',
# 'Development Status :: 2 - Pre-Alpha',
# 'Development Status :: 3 - Alpha',
Expand All @@ -51,5 +51,5 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
)
],
)

0 comments on commit 98ef24e

Please sign in to comment.