File: 20_example_dirs_remove

package info (click to toggle)
python-networkx 1.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,052 kB
  • ctags: 3,986
  • sloc: python: 52,132; makefile: 176
file content (16 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Don't created dirs for examples no more present
Author: Sandro Tosi <morph@debian.org>
Forwarded: no
Last-Update: 2014-06-22

--- a/setup.py	2014-06-22 07:54:45.000000000 +0000
+++ b/setup.py	2014-06-22 07:55:00.000000000 +0000
@@ -70,7 +70,7 @@
           'graph',
           'multigraph',
           'pygraphviz',
-          'readwrite']:
+          'subclass']:
     dd = os.path.join(docdirbase,'examples', d)
     pp = os.path.join('examples', d)
     data.append((dd, glob(os.path.join(pp ,"*.py"))))