Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gekitsuu committed Oct 26, 2011
1 parent 4f055c5 commit 586571a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

setup(name='instapy',
version=version,
description="Python Library for instapaper.com API",
description="Python Library for the instapaper.com Simple API",
long_description="""\
This is a python library to give access to instapaper's simple API but in the future I would like to include the more avanced API too.
""",
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords='instapaper',
author='Adam Glenn',
author_email='[email protected]',
url='http://gekitsuu.org',
url='https://github.com/gekitsuu/instapy',
license='BSD',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
Expand Down

0 comments on commit 586571a

Please sign in to comment.