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 1b15d12 commit 1bf7903Copy full SHA for 1bf7903
setup.py
@@ -41,6 +41,12 @@ def run_tests(self):
41
'Intended Audience :: Developers',
42
'Topic :: Software Development :: Libraries',
43
'Programming Language :: Python :: 2',
44
+ 'Programming Language :: Python :: 2.7',
45
+ 'Programming Language :: Python :: 3',
46
+ 'Programming Language :: Python :: 3.3',
47
+ 'Programming Language :: Python :: 3.4',
48
+ 'Programming Language :: Python :: 3.5',
49
+ 'Programming Language :: Python :: Implementation :: PyPy',
50
],
51
52
keywords='api graphql protocol rest relay',
0 commit comments