Skip to content

Commit 51e881f

Browse files
committed
Merge pull request #29 from rgbkrk/pypi_classifiers
We support Python 3 and PyPy!
2 parents 65835e0 + b9c928d commit 51e881f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
'Operating System :: MacOS :: MacOS X',
3636
'Programming Language :: Python :: 2.6',
3737
'Programming Language :: Python :: 2.7',
38+
'Programming Language :: Python :: 3.3',
39+
'Programming Language :: Python :: 3.4',
40+
'Programming Language :: Python :: Implementation :: CPython',
41+
'Programming Language :: Python :: Implementation :: PyPy',
3842
'Topic :: Software Development :: Libraries :: Python Modules',
3943
'Topic :: Scientific/Engineering',
4044
'Topic :: System :: Distributed Computing',

0 commit comments

Comments
 (0)