Update setup.py with Python3.4, CPython and PyPy

This commit is contained in:
hugovk 2014-12-04 12:40:08 +02:00 committed by Stanislav Kudriashev
parent 21f6f7e9f3
commit 81b8797015
2 changed files with 4 additions and 0 deletions

View File

@ -103,3 +103,4 @@ Contributors
- `@satyrius <https://github.com/satyrius>`_
- `@skudriashev <https://github.com/skudriashev>`_
- `@whodafly <https://github.com/whodafly>`_
- `@hugovk <https://github.com/hugovk>`_

View File

@ -44,6 +44,9 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Testing',
'Environment :: Console',
],