shithub: aubio

Download patch

ref: 466a5daa0e1888d651eb2b35e4eddf192caf4c77
parent: e43464c66947865b712be4e8a8c96de2498e4860
author: Paul Brossier <piem@piem.org>
date: Sat Mar 3 11:26:01 EST 2012

interfaces/python/setup.py: install in dist-packages, thanks to Stelios Togias

--- a/interfaces/python/setup.py
+++ b/interfaces/python/setup.py
@@ -6,6 +6,7 @@
 generated_files = ['generated/'+f for f in generated_files]
 
 setup(name="_aubio", version="1.0",
+      packages = ['aubio'],
       ext_modules = [ 
         Extension("_aubio",
             ["aubiomodule.c",