From 448dee151b1f400991d223ee881d422fa150b8ff Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 20 Sep 2011 17:15:15 -0400 Subject: [PATCH] change description --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 19e25cd..28fb89d 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. diff --git a/setup.py b/setup.py index 23e4b7d..1641e4e 100644 --- a/setup.py +++ b/setup.py @@ -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",