[pytango] 73/98: Use lower case for documentation path

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.

commit b294659a56533bfc5b3bb055967d74385dcbce22
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Mon Aug 8 16:51:43 2016 +0200

    Use lower case for documentation path
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3ebd62a..b0d1128 100644
--- a/setup.py
+++ b/setup.py
@@ -305,7 +305,7 @@ class install(dftinstall):
         # on all different systems.
         if self.install_html is None:
             self.install_html = os.path.join(self.install_data,
-                                             'share', 'doc', 'PyTango', 'html')
+                                             'share', 'doc', 'pytango', 'html')
 
     def has_html(self):
         return sphinx is not None

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list