aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-24 17:18:33 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-24 17:18:33 +0100
commit9058e3d1b55ed35cda2df6426578435934af19de (patch)
treee0fd5b4898272786ebb09d2d330ebf05cf2931c2 /setup.py
parentf55c9af9abc7782f7bb5c5fb4e91732b18919da7 (diff)
fix documentations, and add a very brittle notmuch reply command
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 22d44d3e..ad411c01 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(name='cnotmuch',
keywords = ["library", "email"],
long_description="""The cnotmuch module provides an interface to the `notmuch <http://notmuchmail.org>`_ functionality, directly interfacing with a shared notmuch library. Notmuch provides a maildatabase that allows for extremely quick searching and filtering of your email according to various criteria.
-The documentation for the latest cnotmuch release can be `viewed online <http://spaetz.bitbucket.org/>`_.
+The documentation for the latest cnotmuch release can be `viewed online <http://packages.python.org/cnotmuch>`_.
The classes notmuch.Database, notmuch.Query provide most of the core functionality, returning notmuch.Messages and notmuch.Tags.
""",