X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/4e72d22a08687eb19c1a9358d0b7bc5bdf932eb7..fa2fa45e4ea2e767e1b678b4f303d0f64846df1a:/setup.py diff --git a/setup.py b/setup.py index d90cf5b..3be087c 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,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']),