Skip to content

Commit 9e63b56

Browse files
committed
Update classifiers for py36 and pypy
1 parent 76e8aba commit 9e63b56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
'Operating System :: MacOS :: MacOS X',
1111
'Topic :: Software Development :: Testing',
1212
'Topic :: Software Development :: Libraries',
13-
'Topic :: Utilities'] + [
13+
'Topic :: Utilities',
14+
'Programming Language :: Python :: Implementation :: CPython',
15+
'Programming Language :: Python :: Implementation :: PyPy'] + [
1416
('Programming Language :: Python :: %s' % x) for x in
15-
'2 2.6 2.7 3 3.3 3.4 3.5'.split()]
17+
'2 2.6 2.7 3 3.3 3.4 3.5 3.6'.split()]
1618

1719
with open('README.rst') as fd:
1820
long_description = fd.read()

0 commit comments

Comments
 (0)