Changeset 99d8cbb


Ignore:
Timestamp:
Sep 16, 2016, 7:14:07 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

wscript: improve tarball creation (./waf dist)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r7800335 r99d8cbb  
    393393
    394394def dist(ctx):
    395     ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
     395    ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*'
    396396    ctx.excl += ' **/build/*'
     397    ctx.excl += ' doc/_build'
     398    ctx.excl += ' python/demos_*'
    397399    ctx.excl += ' **/python/gen **/python/build **/python/dist'
    398400    ctx.excl += ' **/python/ext/config.h'
     401    ctx.excl += ' **/python/lib/aubio/_aubio.so'
     402    ctx.excl += ' **.egg-info'
    399403    ctx.excl += ' **/**.zip **/**.tar.bz2'
    400404    ctx.excl += ' **/doc/full/* **/doc/web/*'
Note: See TracChangeset for help on using the changeset viewer.