X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fsetup.py;h=55fb2d24f832b49e2730db879309b441a58a0a78;hp=b00608358f45e160e468f7f168d7f694f941f1d6;hb=HEAD;hpb=3a42abb456893b71b530f099a1467400f2b0ea71 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(