Skip to content

Commit

Permalink
fix pypi regression
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Feb 25, 2018
1 parent efddb4a commit 037b9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,13 +27,13 @@
install_requires=requires,
license='Apache 2.0',
zip_safe=False,
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: Freely Distributable',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4')
'Programming Language :: Python :: 3.4']
)

0 comments on commit 037b9bf

Please sign in to comment.