]> git.notmuchmail.org Git - notmuch/blobdiff - setup.py
fix documentations, and add a very brittle notmuch reply command
[notmuch] / setup.py
index 22d44d3eb6e21eed04ad9ec47f83410263d3963d..ad411c016efb20fc1e226b9d6a35d0e2e466a789 100644 (file)
--- 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.
 """,