Changeset 95bcdec
- Timestamp:
- Nov 30, 2016, 6:45:10 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, yinfft+
- Children:
- e56ac16
- Parents:
- a0a073f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
ra0a073f r95bcdec 20 20 if AUBIO_VERSION_STATUS.startswith('~'): 21 21 AUBIO_VERSION_STATUS = AUBIO_VERSION_STATUS[1:] 22 __version__ += AUBIO_VERSION_STATUS22 #__version__ += AUBIO_VERSION_STATUS 23 23 24 24 include_dirs = [] … … 49 49 if os.path.isfile('src/aubio.h'): 50 50 if not os.path.isdir(os.path.join('build','src')): 51 __version__ += 'a2' # python only version 51 pass 52 #__version__ += 'a2' # python only version 52 53 53 54 classifiers = [
Note: See TracChangeset
for help on using the changeset viewer.