setup.py: remove extra quotes
authorPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 13:41:34 +0000 (14:41 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 13:41:34 +0000 (14:41 +0100)
setup.py

index d62f9ed..38be7c1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ if AUBIO_VERSION_STATUS is not None:
 
 include_dirs = []
 library_dirs = []
 
 include_dirs = []
 library_dirs = []
-define_macros = [('AUBIO_VERSION', '"%s"' % __version__)]
+define_macros = [('AUBIO_VERSION', '%s' % __version__)]
 extra_link_args = []
 
 include_dirs += [ 'python/ext' ]
 extra_link_args = []
 
 include_dirs += [ 'python/ext' ]