shithub: aubio

Download patch

ref: ef55aa0d989d0fb8ddb6cd3d8ad75b04c7a2e0c0
parent: 6c85b3a1d6187b6804cac4056a299a5c008a0aaf
author: Paul Brossier <piem@piem.org>
date: Sat Dec 17 07:18:19 EST 2016

setup.py: define AUBIO_VERSION

--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
 
 include_dirs = []
 library_dirs = []
-define_macros = []
+define_macros = [('AUBIO_VERSION', '"%s"' % __version__)]
 extra_link_args = []
 
 include_dirs += [ 'python/ext' ]