shithub: aubio

Download patch

ref: c8c7aa6a9234828d94424620ce3288d4ea1585be
parent: a159628f3aeed27043ecb01f3b6c6d2bce7e91d6
author: Paul Brossier <piem@piem.org>
date: Sun Jan 8 09:41:34 EST 2017

setup.py: remove extra quotes

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