Skip to content

Commit

Permalink
Added PyPI classifiers.
Browse files Browse the repository at this point in the history
git-svn-id: https://django-announcements.googlecode.com/svn/trunk@49 4e50ab13-fc4d-0410-b010-e1608ea6a288
  • Loading branch information
brosner committed Jan 5, 2009
1 parent 8c8496f commit 03be259
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@
packages = [
"announcements",
],
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Framework :: Django",
]
)

0 comments on commit 03be259

Please sign in to comment.