File: 10_ship_examples_miles.dat

package info (click to toggle)
python-pygraphviz 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 560 kB
  • sloc: ansic: 4,365; python: 1,672; makefile: 114
file content (12 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Install also *.txt.gz files

--- a/setup.py
+++ b/setup.py
@@ -140,6 +140,7 @@
         (os.path.join(docdirbase, 'examples'),glob("examples/*.py")),
         (os.path.join(docdirbase, 'examples'),glob("examples/*.dat")),
         (os.path.join(docdirbase, 'examples'),glob("examples/*.dat.gz")),
+        (os.path.join(docdirbase, 'examples'),glob("examples/*.txt.gz")),
         ]
 extension = [Extension("pygraphviz._graphviz",
                       ["pygraphviz/graphviz_wrap.c"],