Changeset ef55aa0


Ignore:
Timestamp:
Dec 17, 2016, 12:18:19 PM (7 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:
911bea80
Parents:
6c85b3a
Message:

setup.py: define AUBIO_VERSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

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