1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Avoid .py sample file going to /usr/bin.
It's already listed in python-midiutil.examples so it goes to
/usr/share/doc/python-midiutil/examples/single-note-example.py
Author: Tiago Bortoletto Vaz <tiago@debian.org>
Forwarded: not-needed
Last-Update: 2012-03-25
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,6 @@
packages=["midiutil"],
package_dir = {'midiutil': 'src/midiutil'},
package_data={'midiutil' : ['../../documentation/*']},
- scripts=['examples/single-note-example.py'],
platforms='Platform Independent',
long_description='''
This package provides a simple interface to allow Python programs to
|