- Timestamp:
- Mar 23, 2017, 4:54:34 PM (8 years ago)
- 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:
- 35f995c
- Parents:
- 746d14b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r746d14b r38f3d04 7 7 from this_version import get_aubio_version, get_aubio_pyversion 8 8 9 __version__ = get_aubio_ version()10 __ pip_version__ = get_aubio_pyversion()9 __version__ = get_aubio_pyversion() 10 __aubio_version__ = get_aubio_version() 11 11 12 12 include_dirs = [] 13 13 library_dirs = [] 14 define_macros = [('AUBIO_VERSION', '%s' % __ version__)]14 define_macros = [('AUBIO_VERSION', '%s' % __aubio_version__)] 15 15 extra_link_args = [] 16 16 … … 55 55 56 56 distrib = setup(name='aubio', 57 version = __ pip_version__,57 version = __version__, 58 58 packages = ['aubio'], 59 59 package_dir = {'aubio':'python/lib/aubio'},
Note: See TracChangeset
for help on using the changeset viewer.