X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fsetup.py;h=cda5233840bc0e0183181b8464c750ed3dd75866;hb=HEAD;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(