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 9d33b76 commit df17d57Copy full SHA for df17d57
setup.cfg
@@ -14,8 +14,8 @@ classifiers =
14
Development Status :: 5 - Production/Stable
15
Environment :: Web Environment
16
Framework :: Django
17
- Framework :: Django :: 1.10
18
Framework :: Django :: 1.11
+ Framework :: Django :: 2.0
19
Intended Audience :: Developers
20
License :: OSI Approved :: BSD License
21
Operating System :: OS Independent
@@ -30,7 +30,7 @@ classifiers =
30
packages = find:
31
include_package_data = True
32
install_requires =
33
- Django >= 1.10
+ Django >= 1.11
34
35
[options.packages.find]
36
exclude =
0 commit comments