]> git.parisson.com Git - timeside.git/commitdiff
Timeside only in the package setup, add some versions for deps
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 07:41:01 +0000 (09:41 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 May 2014 07:41:01 +0000 (09:41 +0200)
doc/source/install.rst
setup.py

index 8adf4e29f46ece93d96e0f366051e168f088446b..f224c8385bd1a18d46310e7c2d4652106a339c63 100644 (file)
@@ -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
index b86df3c3e58abab7b595d0cce62671b776f727b0..24cd36a8a0a9869c34f0d97e42fed264ef64bf3b 100755 (executable)
--- 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'],