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 c002034 commit 56f1db8Copy full SHA for 56f1db8
setup.py
@@ -48,10 +48,14 @@
48
"Programming Language :: Python :: 2",
49
"Programming Language :: Python :: 2.7",
50
"Programming Language :: Python :: 3",
51
- "Programming Language :: Python :: 3.4",
52
- "Programming Language :: Python :: 3.5",
53
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
54
"Programming Language :: Python :: Implementation :: PyPy",
55
+ "Framework :: Django",
56
+ "Framework :: Django :: 1.11",
57
+ "Framework :: Django :: 2.2",
58
+ "Framework :: Django :: 3.0",
59
],
60
keywords="api graphql protocol rest relay graphene",
61
packages=find_packages(exclude=["tests"]),
0 commit comments