Skip to content

Commit

Permalink
updated package declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jan 16, 2012
1 parent 8adafa9 commit 87ad5ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
version=version,
description="A Dexterity-based content type inspired on the News Industry Text Format specification.",
long_description=open("README.rst").read() + "\n" +
open(os.path.join("docs", "INSTALL.txt")).read() + "\n" +
open(os.path.join("docs", "CREDITS.txt")).read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read(),
# Get more strings from
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Development Status :: 3 - Alpha",
"Framework :: Plone :: 4.1",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Topic :: Office/Business :: News/Diary",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='plone dexterity nitf',
author='Héctor Velarde',
Expand Down

0 comments on commit 87ad5ea

Please sign in to comment.