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 7ab7b32 commit a05b04eCopy full SHA for a05b04e
setup.py
@@ -11,13 +11,12 @@
11
packages = find_packages(),
12
dependency_links = ['http://dist.plone.org/thirdparty/',],
13
install_requires = ['PIL>=1.1.6',],
14
- include_package_data=True,
15
classifiers = [
16
"Programming Language :: Python",
17
"License :: OSI Approved :: BSD License",
18
"Development Status :: 4 - Beta",
19
"Operating System :: OS Independent",
20
- "Framework :: Django"
+ "Framework :: Django",
21
"Intended Audience :: Developers",
22
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
23
],
0 commit comments