- Timestamp:
- Sep 16, 2016, 7:14:07 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 7a83a47, d9d1010
- Parents:
- 7800335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r7800335 r99d8cbb 393 393 394 394 def dist(ctx): 395 ctx.excl = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/ .lock-w* **/.git*'395 ctx.excl = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*' 396 396 ctx.excl += ' **/build/*' 397 ctx.excl += ' doc/_build' 398 ctx.excl += ' python/demos_*' 397 399 ctx.excl += ' **/python/gen **/python/build **/python/dist' 398 400 ctx.excl += ' **/python/ext/config.h' 401 ctx.excl += ' **/python/lib/aubio/_aubio.so' 402 ctx.excl += ' **.egg-info' 399 403 ctx.excl += ' **/**.zip **/**.tar.bz2' 400 404 ctx.excl += ' **/doc/full/* **/doc/web/*'
Note: See TracChangeset
for help on using the changeset viewer.