Skip to content

Commit 720db97

Browse files
committed
More accurate classifiers.
1 parent bdefb77 commit 720db97

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
platforms='linux',
1818
classifiers=[
1919
'License :: OSI Approved :: MIT License',
20+
'Programming Language :: Python :: 2',
2021
'Programming Language :: Python :: 2.6',
2122
'Programming Language :: Python :: 2.7',
23+
'Programming Language :: Python :: 3',
2224
'Programming Language :: Python :: 3.3',
2325
'Programming Language :: Python :: 3.4',
26+
'Programming Language :: Python :: Implementation :: CPython',
2427
'Programming Language :: Python :: Implementation :: PyPy',
2528
],
2629

0 commit comments

Comments
 (0)