From: Paul Brossier Date: Sat, 17 Dec 2016 11:18:19 +0000 (+0100) Subject: setup.py: define AUBIO_VERSION X-Git-Tag: 0.4.4~38 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=ef55aa0d989d0fb8ddb6cd3d8ad75b04c7a2e0c0 setup.py: define AUBIO_VERSION --- diff --git a/setup.py b/setup.py index 9f55848b..d62f9ede 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ if AUBIO_VERSION_STATUS is not None: include_dirs = [] library_dirs = [] -define_macros = [] +define_macros = [('AUBIO_VERSION', '"%s"' % __version__)] extra_link_args = [] include_dirs += [ 'python/ext' ]