X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=setup.py;h=d62f9ede6f5e9c2207ccf4378d71a56ff48ac0b3;hp=9f55848b0a2816276b06f873f8b3c7684a624113;hb=ef55aa0d989d0fb8ddb6cd3d8ad75b04c7a2e0c0;hpb=6c85b3a1d6187b6804cac4056a299a5c008a0aaf 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' ]