Changeset 29693d0 for python/setup.py
- Timestamp:
- May 10, 2016, 7:46:34 PM (9 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:
- bbc62b5
- Parents:
- c9a9f86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/setup.py
rc9a9f86 r29693d0 1 1 #! /usr/bin/env python 2 2 3 from setuptools import setup, Extension , Command3 from setuptools import setup, Extension 4 4 from lib.moresetuptools import CleanGenerated, GenerateCommand 5 5
Note: See TracChangeset
for help on using the changeset viewer.