From 6decdaa06260331539e6b9a6422aaed4b5d9afee Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 20 Aug 2018 15:45:51 -0700 Subject: [PATCH] Try setuptools_scm_git_archive again --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7b162acb..19de9147 100644 --- a/setup.py +++ b/setup.py @@ -241,6 +241,7 @@ setup( 'cffi >= 1.9.1', # to build the leptonica module 'pytest-runner', # to enable python setup.py test 'setuptools_scm', # so that version will work + 'setuptools_scm_git_archive' # enable version from github tarballs ], use_scm_version={'version_scheme': 'post-release'}, cffi_modules=[