chiark / gitweb /
Using delete_patch while deleting a branch is broken
[stgit] / setup.py
index 2e5dd7c4087890dfcbee47f90bf05e3cddf2bb90..1a7a3f011088887d9e8e27ba5266c6adde33c6af 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,8 @@ setup(name = 'stgit',
       long_description = 'Push/pop utility on top of GIT',
       scripts = ['stg', 'gitmergeonefile.py'],
       packages = ['stgit', 'stgit.commands'],
-      data_files = [('/etc', ['stgitrc']),
-                    ('share/stgit/templates', glob.glob('templates/*.tmpl')),
-                    ('share/stgit/examples', glob.glob('examples/*.tmpl'))]
+      data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')),
+                    ('share/stgit/examples', glob.glob('examples/*.tmpl')),
+                    ('share/stgit/examples', ['examples/stgitrc']),
+                    ('share/doc/stgit', glob.glob('doc/*.txt'))]
       )