- Timestamp:
- Oct 15, 2013, 11:52:52 PM (11 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:
- 8f86f0e
- Parents:
- 735a739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r735a739 rb4d1ba1 246 246 msg =' Paul Brossier <piem@aubio.org>' 247 247 Logs.pprint('RED', msg) 248 249 250 def dist(ctx): 251 ctx.excl = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*' 252 ctx.excl += ' **/build/*' 253 ctx.excl += ' **/python/gen **/python/build **/python/dist **/**.tar.bz2' 254 ctx.excl += ' **/doc/full/*' 255 ctx.excl += ' **/python/*.db' 256 ctx.excl += ' **/python.old/*'
Note: See TracChangeset
for help on using the changeset viewer.