[Python-modules-commits] [python-networkx] 03/13: install doc in the right place for Debian
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 b75ac9566470e3876b3b3f5df5b83ead4a603c09
Author: Thomas Goirand <zigo at debian.org>
Date: Thu Oct 8 12:34:57 2015 -0700
install doc in the right place for Debian
Forwarded: no
Last-Update: 2014-06-22
Patch-Name: 10_doc_relocation
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 07d752b..56b393f 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ packages=["networkx",
"networkx.testing",
"networkx.utils"]
-docdirbase = 'share/doc/networkx-%s' % version
+docdirbase = 'share/doc/python-networkx'
# add basic documentation
data = [(docdirbase, glob("*.txt"))]
# add examples
--
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