commit 706c6fac934c483780d9c21e1e8068fe39619615 Author: Daniel White Date: Sat Jul 26 02:22:34 2008 +1000 Remove installation of documentation from setup.py This is attempts to install documentation from a now non-existent directory. Signed-off-by: Daniel White diff --git a/setup.py b/setup.py index d90cf5b..e8756b7 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup(name = 'stgit', ('share/stgit/contrib', ['contrib/diffcol.sh', 'contrib/stgbashprompt.sh', 'contrib/stgit-completion.bash']), - ('share/doc/stgit', glob.glob('doc/*.txt'))] + ] ) # restore the old mask