X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/453d47aec1a82cef50b71befaceae17a3df6e5d3..b9d9ba14bf9fc47ab1ae9c41e6e37029b9f31002:/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']),