We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebc913 commit 3703817Copy full SHA for 3703817
setup.py
@@ -15,8 +15,8 @@
15
packages=find_packages(),
16
include_package_data=True,
17
zip_safe=False,
18
- install_requires = [
19
- "django >= 1.4",
+ install_requires=[
+ "django >= 1.4, < 1.7",
20
"boto >= 2.5",
21
"South >= 0.8",
22
],
@@ -25,6 +25,9 @@
25
"Operating System :: OS Independent",
26
"Programming Language :: Python",
27
"Programming Language :: Python :: 2",
28
+ 'Programming Language :: Python :: 2.7',
29
+ 'Programming Language :: Python :: 3',
30
+ 'Programming Language :: Python :: 3.4',
31
"Topic :: Software Development :: Libraries :: Python Modules",
32
"Environment :: Web Environment",
33
"Framework :: Django",
0 commit comments