From 957526bf2b69e8d475a74f139ef30084e944b59e Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Tue, 12 Jul 2005 23:05:20 +0100 Subject: [PATCH 1/1] Install the stgit.commands package Signed-off-by: Catalin Marinas --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])], ) -- 2.11.0