X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=7a4b43f5fa5409cb35cbaea69624d2b46bbc9cbb;hb=3c6321cdb2cbc11fe654fe49e4beaa5c2479e280;hp=256fd4e5aee6dfceebb783ebee7b664ad313e87f;hpb=2a5884633c341660e5cc4c841dfe6898e47b9a60;p=notmuch diff --git a/setup.py b/setup.py index 256fd4e5..7a4b43f5 100644 --- a/setup.py +++ b/setup.py @@ -1,20 +1,20 @@ #!/usr/bin/env python from distutils.core import setup -from cnotmuch.notmuch import __VERSION__ -setup(name='cnotmuch', +from notmuch import __VERSION__ +setup(name='notmuch', version=__VERSION__, description='Python binding of the notmuch mail search and indexing library.', author='Sebastian Spaeth', author_email='Sebastian@SSpaeth.de', url='http://bitbucket.org/spaetz/cnotmuch/', download_url='http://bitbucket.org/spaetz/cnotmuch/get/v'+__VERSION__+'.tar.gz', - packages=['cnotmuch'], + packages=['notmuch'], keywords = ["library", "email"], long_description="""Overview ============== -The cnotmuch module provides an interface to the `notmuch `_ 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 notmuch module provides an interface to the `notmuch `_ 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 `_.