Skip to content

Commit

Permalink
Fix setup.py classifiers syntax
Browse files Browse the repository at this point in the history
Was preventing the package from being uploaded to PyPI
  • Loading branch information
amercader committed Sep 27, 2017
1 parent f90c5f0 commit 4431369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -244,7 +244,7 @@ def parse_version(s):
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python',
'Programming Language :: Python :: 2 :: Only'
'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: 2.7',
],
)

0 comments on commit 4431369

Please sign in to comment.