From: Catalin Marinas Date: Tue, 12 Jul 2005 22:05:20 +0000 (+0100) Subject: Install the stgit.commands package X-Git-Tag: v0.14.3~750 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/957526bf2b69e8d475a74f139ef30084e944b59e?hp=fcee87cf868f18a3d684c3ba71232574f92c7b11 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'])], )