chiark / gitweb /
Remove --undo flags from stg commands and docs
[stgit] / setup.py
index 54c2593f2b257c7a0298a6aaac50780f3575bf3a..81854d3573155549b96dfbbc7f3a00cb2d5847c3 100755 (executable)
--- 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']: