Changeset b991cc1 for setup.py


Ignore:
Timestamp:
Mar 13, 2017, 10:26:17 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
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
Children:
f77820d
Parents:
255c4c8
Message:

change version.py => this_version.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r255c4c8 rb991cc1  
    66# function to generate gen/*.{c,h}
    77from python.lib.gen_external import generate_external, header, output_path
    8 from Version import get_aubio_version, get_aubio_pyversion
     8from this_version import get_aubio_version, get_aubio_pyversion
    99
    1010__version__ = get_aubio_version()
Note: See TracChangeset for help on using the changeset viewer.