Changeset b257b60 for python/setup.py


Ignore:
Timestamp:
Aug 12, 2015, 7:21:38 PM (9 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:
60fc05b
Parents:
3a1a5d6 (diff), 7b2d740 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' into notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/setup.py

    r3a1a5d6 rb257b60  
    11#! /usr/bin/env python
    22
    3 from distutils.core import setup, Extension
     3from setuptools import setup, Extension
    44
    55import sys
     
    4747    "ext/aubioproxy.c",
    4848    "ext/ufuncs.c",
     49    "ext/py-musicutils.c",
    4950    "ext/py-cvec.c",
    5051    # example without macro
     
    9596    platforms = 'any',
    9697    classifiers = classifiers,
     98    install_requires = ['numpy'],
    9799    )
Note: See TracChangeset for help on using the changeset viewer.