- Timestamp:
- Jan 29, 2015, 3:53:46 PM (10 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:
- 9be906a
- Parents:
- b74513d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/setup.py
rb74513d r16f8dcc 1 1 #! /usr/bin/env python 2 2 3 from distutils.coreimport setup, Extension3 from setuptools import setup, Extension 4 4 5 5 import sys … … 95 95 platforms = 'any', 96 96 classifiers = classifiers, 97 install_requires = ['numpy'], 97 98 )
Note: See TracChangeset
for help on using the changeset viewer.