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 92f8f20 commit de204f6Copy full SHA for de204f6
setup.py
@@ -2,7 +2,7 @@
2
import os
3
import cms
4
5
-
+
6
CLASSIFIERS = [
7
'Development Status :: 5 - Production/Stable',
8
'Environment :: Web Environment',
@@ -28,7 +28,7 @@
28
platforms=['OS Independent'],
29
classifiers=CLASSIFIERS,
30
install_requires=[
31
- 'Django>=1.3.1,<1.5',
+ 'Django>=1.4,<1.6',
32
'django-classy-tags>=0.3.4.1',
33
'south>=0.7.2',
34
'html5lib',
@@ -43,8 +43,8 @@
43
'Pygments==1.5',
44
'dj-database-url==0.2.1',
45
],
46
- packages=find_packages(exclude=["project","project.*"]),
+ packages=find_packages(exclude=["project", "project.*"]),
47
include_package_data=True,
48
- zip_safe = False,
49
- test_suite = 'runtests.main',
+ zip_safe=False,
+ test_suite='runtests.main',
50
)
0 commit comments