X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/1aaf55c91fc987f64499091bc26a519fb7815dac..9e3f506f0d0e1b0c09d1e9d7051af23bfede7834:/setup.py diff --git a/setup.py b/setup.py index e9030a8..dc25149 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name = 'stgit', packages = ['stgit', 'stgit.commands'], data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')), ('share/stgit/examples', glob.glob('examples/*.tmpl')), - ('share/stgit/examples', ['examples/stgitrc']), + ('share/stgit/examples', ['examples/gitconfig']), ('share/stgit/contrib', ['contrib/diffcol.sh', 'contrib/stgbashprompt.sh', 'contrib/stgit-completion.bash']),