Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Add PyPi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikOssipoff committed Jun 14, 2015
1 parent 0f868d7 commit b615cf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file=README.md
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@
packages=find_packages(exclude=['tests']),
tests_require=test_require,
test_suite='tests.run_tests.all',
classifiers=[])
classifiers=[
'Development Status :: 1 - Planning',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: PyPy'
])

0 comments on commit b615cf9

Please sign in to comment.