Changeset 8e2f36a for python


Ignore:
Timestamp:
Mar 23, 2017, 2:56:50 PM (7 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, sampler
Children:
53fbd58
Parents:
1f00b69
Message:

setup.py: move cut and cmd inside aubio module, use entry_points to generate scripts

Location:
python/lib/aubio
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cmd.py

    • Property mode changed from 100755 to 100644
    r1f00b69 r8e2f36a  
    314314        sys.stdout.write(fmt_out + '\n')
    315315
    316 if __name__ == '__main__':
     316def main():
    317317    parser = aubio_parser()
    318318    args = parser.parse_args()
  • python/lib/aubio/cut.py

    • Property mode changed from 100755 to 100644
    r1f00b69 r8e2f36a  
    141141    return options, args
    142142
    143 if __name__ == '__main__':
     143def main():
    144144    options, args = parse_args()
    145145
Note: See TracChangeset for help on using the changeset viewer.