We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e8aba commit 9e63b56Copy full SHA for 9e63b56
setup.py
@@ -10,9 +10,11 @@
10
'Operating System :: MacOS :: MacOS X',
11
'Topic :: Software Development :: Testing',
12
'Topic :: Software Development :: Libraries',
13
- 'Topic :: Utilities'] + [
+ 'Topic :: Utilities',
14
+ 'Programming Language :: Python :: Implementation :: CPython',
15
+ 'Programming Language :: Python :: Implementation :: PyPy'] + [
16
('Programming Language :: Python :: %s' % x) for x in
- '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()]
18
19
with open('README.rst') as fd:
20
long_description = fd.read()
0 commit comments