From: Catalin Marinas Date: Tue, 12 Jul 2005 22:05:20 +0000 (+0100) Subject: Install the stgit.commands package X-Git-Tag: v0.5~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/957526bf2b69e8d475a74f139ef30084e944b59e Install the stgit.commands package Signed-off-by: Catalin Marinas --- diff --git a/setup.py b/setup.py index 48d3631..fbfca96 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,6 @@ setup(name = 'stgit', description = 'Stacked GIT', long_description = 'Push/pop utility on top of GIT', scripts = ['stg', 'gitmergeonefile.py'], - packages = ['stgit'], + packages = ['stgit', 'stgit.commands'], data_files = [('/etc', ['stgitrc'])], )