X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/8754986f0087dd6aa95c4816a509bde12044943b..d0d139a330a0e2f49b9acad4ea1938304b4110ac:/setup.py?ds=inline diff --git a/setup.py b/setup.py index 2e5dd7c..eaf39c1 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 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'])] )