X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/8754986f0087dd6aa95c4816a509bde12044943b..95742cfc06832ec30191567c5b83247a28f6ec64:/setup.py 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'])] )