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