1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From d17f4620aad50c3dfcb50991e5586b94801d0196 Mon Sep 17 00:00:00 2001
From: Sandro Tosi <morph@debian.org>
Date: Thu, 8 Oct 2015 12:34:58 -0700
Subject: Don't created dirs for examples no more present
Forwarded: no
Last-Update: 2014-06-22
Patch-Name: 20_example_dirs_remove
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 56b393f..eb9f75f 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@ for d in ['advanced',
'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"))))
|