From: Guillaume Pellerin Date: Tue, 20 May 2014 07:41:01 +0000 (+0200) Subject: Timeside only in the package setup, add some versions for deps X-Git-Tag: 0.5.5~1^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4f5df94b0a977e78c99df8075444e0173ddf92f9;p=timeside.git Timeside only in the package setup, add some versions for deps --- diff --git a/doc/source/install.rst b/doc/source/install.rst index 8adf4e2..f224c83 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -41,11 +41,11 @@ Dependencies Needed:: - python python-setuptools python-numpy python-scipy python-h5py python-matplotlib pillow + python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib pillow python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-gst0.10 gstreamer0.10-gnonlin gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly Optional:: - aubio yaafe python-aubio python-yaafe vamp-examples - django django-south djangorestframework django-extensions + aubio (>=0.4.1) yaafe python-aubio python-yaafe vamp-examples + django (>=1.4) django-south djangorestframework django-extensions diff --git a/setup.py b/setup.py index b86df3c..24cd36a 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( license='Gnu Public License V2', classifiers = CLASSIFIERS, keywords = KEYWORDS, - packages = find_packages(), + packages = ['timeside'], include_package_data = True, zip_safe = False, scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],