Skip to content

Commit

Permalink
corrected classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsephton committed May 30, 2010
1 parent 7ab7b32 commit a05b04e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
packages = find_packages(),
dependency_links = ['http://dist.plone.org/thirdparty/',],
install_requires = ['PIL>=1.1.6',],
include_package_data=True,
classifiers = [
"Programming Language :: Python",
"License :: OSI Approved :: BSD License",
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Framework :: Django"
"Framework :: Django",
"Intended Audience :: Developers",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
Expand Down

0 comments on commit a05b04e

Please sign in to comment.