Skip to content

Commit 71675f8

Browse files
committed
updated setup.py requirements and metadata
1 parent 2bf3fb9 commit 71675f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ def get_version(package):
3030
"Framework :: Django",
3131
"License :: OSI Approved :: BSD License",
3232
"Operating System :: OS Independent",
33-
"Programming Language :: Python :: 2.6",
3433
"Programming Language :: Python :: 2.7",
34+
"Programming Language :: Python :: 3.2",
3535
"Programming Language :: Python :: 3.3",
3636
"Programming Language :: Python :: 3.4",
37+
"Programming Language :: Python :: 3.5",
3738
"Topic :: Software Development :: Libraries :: Python Modules",
3839
"Framework :: Django",
39-
"Framework :: Django :: 1.4",
40-
"Framework :: Django :: 1.5",
41-
"Framework :: Django :: 1.6",
4240
"Framework :: Django :: 1.7",
41+
"Framework :: Django :: 1.8",
42+
"Framework :: Django :: 1.9",
4343
],
4444
keywords='django oauth oauth2 oauthlib',
4545
author="Federico Frenguelli, Massimiliano Pippi",
@@ -50,9 +50,9 @@ def get_version(package):
5050
include_package_data=True,
5151
test_suite='runtests',
5252
install_requires=[
53-
'django>=1.4',
54-
'django-braces>=1.2.2',
55-
'oauthlib==1.0.1',
53+
'django>=1.7',
54+
'django-braces>=1.8.1',
55+
'oauthlib==1.0.3',
5656
'six',
5757
],
5858
zip_safe=False,

0 commit comments

Comments
 (0)