X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython-cffi%2Fsetup.py;fp=bindings%2Fpython-cffi%2Fsetup.py;h=cda5233840bc0e0183181b8464c750ed3dd75866;hp=b00608358f45e160e468f7f168d7f694f941f1d6;hb=981d5a01689937ba45f3cd9dbdcdc65e6d264286;hpb=582e919e2769bd99064b997b05e1601ffcfe9a98 diff --git a/bindings/python-cffi/setup.py b/bindings/python-cffi/setup.py index b0060835..cda52338 100644 --- a/bindings/python-cffi/setup.py +++ b/bindings/python-cffi/setup.py @@ -1,6 +1,6 @@ import setuptools -with open('version') as fp: +with open('version.txt') as fp: VERSION = fp.read().strip() setuptools.setup(