Description: install doc in the right place for Debian
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-22

--- a/setup.py	2014-06-22 07:52:32.000000000 +0000
+++ b/setup.py	2014-06-22 07:52:50.000000000 +0000
@@ -58,7 +58,7 @@
           "networkx.testing",
           "networkx.utils"]
 
-docdirbase  = 'share/doc/networkx-%s' % version
+docdirbase  = 'share/doc/python-networkx'
 # add basic documentation
 data = [(docdirbase, glob("*.txt"))]
 # add examples
