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 2f168a9 commit 5050738Copy full SHA for 5050738
setup.py
@@ -33,7 +33,13 @@ def get_version(package):
33
"Programming Language :: Python :: 2.6",
34
"Programming Language :: Python :: 2.7",
35
"Programming Language :: Python :: 3.3",
36
+ "Programming Language :: Python :: 3.4",
37
"Topic :: Software Development :: Libraries :: Python Modules",
38
+ "Framework :: Django",
39
+ "Framework :: Django :: 1.4",
40
+ "Framework :: Django :: 1.5",
41
+ "Framework :: Django :: 1.6",
42
+ "Framework :: Django :: 1.7",
43
],
44
keywords='django oauth oauth2 oauthlib',
45
author="Federico Frenguelli, Massimiliano Pippi",
0 commit comments