[Python-modules-commits] [python-networkx] 03/09: Don't created dirs for examples no more present

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 31 11:30:18 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 d17f4620aad50c3dfcb50991e5586b94801d0196
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