X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/41a6d8591d5962dbfe8e372fff10c60e06718083..4ff4fd41a4bae03130a80edde65d9a3f7d3efaf8:/setup.py 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'])], )