Skip to content

Commit

Permalink
Final changes to setup.py to support the 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Jun 24, 2011
1 parent f3f7983 commit a278157
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@
description="django-uni-form",
long_description=LONG_DESCRIPTION,
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Environment :: Web Environment",
"Intended Audience :: Developer",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='forms,django',
author='Daniel Greenfeld',
Expand Down

0 comments on commit a278157

Please sign in to comment.