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.
2 parents 1c1b13f + e8d23c2 commit 69bf12cCopy full SHA for 69bf12c
setup.py
@@ -40,14 +40,20 @@ def run_tests(self):
40
'Intended Audience :: Developers',
41
'Topic :: Software Development :: Libraries',
42
'Programming Language :: Python :: 2',
43
+ 'Programming Language :: Python :: 2.7',
44
+ 'Programming Language :: Python :: 3',
45
+ 'Programming Language :: Python :: 3.3',
46
+ 'Programming Language :: Python :: 3.4',
47
+ 'Programming Language :: Python :: 3.5',
48
+ 'Programming Language :: Python :: Implementation :: PyPy',
49
],
50
51
keywords='api graphql protocol rest',
52
53
packages=find_packages(exclude=['tests']),
54
55
install_requires=[],
- tests_require=['pytest>=2.7.2'],
56
+ tests_require=['pytest>=2.7.3'],
57
58
cmdclass={'test': PyTest},
59
)
0 commit comments