X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fpython-cffi%2Fsetup.py;h=55fb2d24f832b49e2730db879309b441a58a0a78;hb=HEAD;hp=cda5233840bc0e0183181b8464c750ed3dd75866;hpb=981d5a01689937ba45f3cd9dbdcdc65e6d264286;p=notmuch diff --git a/bindings/python-cffi/setup.py b/bindings/python-cffi/setup.py index cda52338..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.txt') as fp: +with open(NOTMUCH_VERSION_FILE) as fp: VERSION = fp.read().strip() setuptools.setup(