]> git.notmuchmail.org Git - notmuch/commit
python: Simplify setup.py
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 23 Aug 2011 07:30:49 +0000 (09:30 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 23 Aug 2011 07:30:49 +0000 (09:30 +0200)
commit8826fc2d7b4e59afdd8cea06891a0c43245340c5
tree5e9a15957de875d3819394f0cd1a3985e6422d92
parentf10ec87cc3ed9cbdb4e535ee6574c2a568c38b1d
python: Simplify setup.py

We were using a template setup.py which parsed __init__.py in complex
ways just to find out the version number. Simply import notmuch and use
__VERSION__ directly. Also adapt some wording and setup.py values while
going through.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/setup.py