X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/453d47aec1a82cef50b71befaceae17a3df6e5d3..2558895ab5657f2b1040a675604a41fce82e8b56:/setup.py diff --git a/setup.py b/setup.py index 7b0ded5..e3f932c 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup(name = 'stgit', description = 'Stacked GIT', long_description = 'Push/pop utility on top of GIT', scripts = ['stg'], - packages = ['stgit', 'stgit.commands'], + packages = ['stgit', 'stgit.commands', 'stgit.lib'], data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')), ('share/stgit/examples', glob.glob('examples/*.tmpl')), ('share/stgit/examples', ['examples/gitconfig']),