change description

This commit is contained in:
James Turk 2011-09-20 17:15:15 -04:00
parent 1067bfcdc4
commit 448dee151b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ oyster
oyster is a service for tracking regularly-accessed pages, a sort of proactive cache.
It features a daemon, a command line client for interacting with the tracking list, and a web frontend for viewing the status.
Oyster intends to provide a command line client for interacting with the list of tracked documents and web frontend for viewing the status and retrieving data. Behind the scenes it uses a celery queue to manage the documents it is tasked with keeping up to date.
oyster was created by James Turk for `Sunlight Labs <http://sunlightlabs.com>`_.

View File

@ -12,7 +12,7 @@ setup(name="oyster",
license="BSD",
url="http://github.com/sunlightlabs/oyster/",
long_description=long_description,
description="a library for scraping things",
description="a proactive document cache",
platforms=["any"],
classifiers=["Development Status :: 4 - Beta",
"Intended Audience :: Developers",