Skip to content

Commit

Permalink
Add short description. Remove unnecessary setup.py code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 28, 2015
1 parent c5d6676 commit 6e7cf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Introduction
.. image:: https://readthedocs.org/projects/pip/badge/
:target: https://plonerestapi.readthedocs.org

plone.restapi is a RESTful hypermedia API for Plone.

Documentation
=============
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(name='plone.restapi',
version=version,
description="RESTful API for Plone",
description="plone.restapi is a RESTful hypermedia API for Plone.",
long_description=long_description,
# Get more strings from
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand All @@ -24,7 +24,7 @@
"Framework :: Plone",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='',
Expand All @@ -51,6 +51,4 @@
[z3c.autoinclude.plugin]
target = plone
""",
setup_requires=["PasteScript"],
paster_plugins=["templer.localcommands"],
)

0 comments on commit 6e7cf1e

Please sign in to comment.