From: Sebastian Spaeth Date: Tue, 23 Aug 2011 07:30:49 +0000 (+0200) Subject: python: Simplify setup.py X-Git-Tag: 0.8_rc0~9 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8826fc2d7b4e59afdd8cea06891a0c43245340c5;hp=8826fc2d7b4e59afdd8cea06891a0c43245340c5 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 ---