Skip to content

Commit 5050738

Browse files
committed
updated pypi classifiers fixes #218
1 parent 2f168a9 commit 5050738

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ def get_version(package):
3333
"Programming Language :: Python :: 2.6",
3434
"Programming Language :: Python :: 2.7",
3535
"Programming Language :: Python :: 3.3",
36+
"Programming Language :: Python :: 3.4",
3637
"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",
3743
],
3844
keywords='django oauth oauth2 oauthlib',
3945
author="Federico Frenguelli, Massimiliano Pippi",

0 commit comments

Comments
 (0)