Skip to content

Commit a05b04e

Browse files
author
shaunsephton
committed
corrected classifier
1 parent 7ab7b32 commit a05b04e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
packages = find_packages(),
1212
dependency_links = ['http://dist.plone.org/thirdparty/',],
1313
install_requires = ['PIL>=1.1.6',],
14-
include_package_data=True,
1514
classifiers = [
1615
"Programming Language :: Python",
1716
"License :: OSI Approved :: BSD License",
1817
"Development Status :: 4 - Beta",
1918
"Operating System :: OS Independent",
20-
"Framework :: Django"
19+
"Framework :: Django",
2120
"Intended Audience :: Developers",
2221
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2322
],

0 commit comments

Comments
 (0)