python/scripts/aubio: simple script to replace examples/ in the python world
[aubio.git] / setup.py
index 0248a1a..0c93bb9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ distrib = setup(name='aubio',
     version = __version__,
     packages = ['aubio'],
     package_dir = {'aubio':'python/lib/aubio'},
-    scripts = ['python/scripts/aubiocut'],
+    scripts = ['python/scripts/aubiocut', 'python/scripts/aubio'],
     ext_modules = [aubio_extension],
     description = 'a collection of tools for music analysis',
     long_description = 'a collection of tools for music analysis',