File: remove_sample_from_bin

package info (click to toggle)
python-midiutil 0.87-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: python: 871; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
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