Changeset c8c7aa6 for setup.py


Ignore:
Timestamp:
Jan 8, 2017, 2:41:34 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
d8380d2
Parents:
a159628
Message:

setup.py: remove extra quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    ra159628 rc8c7aa6  
    2424include_dirs = []
    2525library_dirs = []
    26 define_macros = [('AUBIO_VERSION', '"%s"' % __version__)]
     26define_macros = [('AUBIO_VERSION', '%s' % __version__)]
    2727extra_link_args = []
    2828
Note: See TracChangeset for help on using the changeset viewer.