X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fsetup.py;h=55fb2d24f832b49e2730db879309b441a58a0a78;hb=f17d75b83c90ae4ea75f79377f3acb873b9e564e;hp=b00608358f45e160e468f7f168d7f694f941f1d6;hpb=3a42abb456893b71b530f099a1467400f2b0ea71;p=notmuch diff --git a/bindings/python-cffi/setup.py b/bindings/python-cffi/setup.py index b0060835..55fb2d24 100644 --- a/bindings/python-cffi/setup.py +++ b/bindings/python-cffi/setup.py @@ -1,6 +1,7 @@ import setuptools +from _notmuch_config import * -with open('version') as fp: +with open(NOTMUCH_VERSION_FILE) as fp: VERSION = fp.read().strip() setuptools.setup(