Skip to content

Commit

Permalink
Update setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Mar 21, 2018
1 parent 27a71bf commit 9b203a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
keywords='merkava',
setup_requires=['pytest-runner'],
tests_require=['pytest'],
classifiers=['Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6'],
classifiers=['Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python :: 3.6'],
# 'Programming Language :: Python :: Implementation :: PyPy',
)

0 comments on commit 9b203a0

Please sign in to comment.