From 706c6fac934c483780d9c21e1e8068fe39619615 Mon Sep 17 00:00:00 2001 From: Daniel White Date: Sat, 26 Jul 2008 02:22:34 +1000 Subject: [PATCH] Remove installation of documentation from setup.py This is attempts to install documentation from a now non-existent directory. Signed-off-by: Daniel White --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54c2593..81854d3 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def __run_setup(): ('share/stgit/contrib', ['contrib/diffcol.sh', 'contrib/stgbashprompt.sh', 'contrib/stgit-completion.bash']), - ('share/doc/stgit', glob.glob('doc/*.txt'))]) + ]) # Check the minimum versions required if sys.argv[1] in ['install', 'build']: -- 2.11.4.GIT