chiark / gitweb /
Create index and worktree objects just once
[stgit] / setup.py
index 7b0ded5c72f666d7e51b3b30c6e991bc08b3a725..e3f932ca4e6012e36cb1824c77e1bd70846970e0 100755 (executable)
--- 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']),