[Python-modules-commits] [python-networkx] 04/13: Don't created dirs for examples no more present
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 3 00:29:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-networkx.
commit 0de3bdc4e2480a6b7373e0c1c27a5ebf2652b119
Author: Sandro Tosi <morph at debian.org>
Date: Thu Oct 8 12:34:58 2015 -0700
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"))))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-networkx.git
More information about the Python-modules-commits
mailing list