projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c85b3a
)
setup.py: define AUBIO_VERSION
author
Paul Brossier
<piem@piem.org>
Sat, 17 Dec 2016 11:18:19 +0000
(12:18 +0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 17 Dec 2016 11:18:19 +0000
(12:18 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
9f55848
..
d62f9ed
100755
(executable)
--- 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' ]