chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fcee87c
)
Install the stgit.commands package
author
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 12 Jul 2005 22:05:20 +0000
(23:05 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 12 Jul 2005 22:05:20 +0000
(23:05 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 48d363161b465c2f6f3e945764a0f214dba9fa49..fbfca9662e36baf8deec24231e6480065d242534 100755
(executable)
--- 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'],
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'])],
)
data_files = [('/etc', ['stgitrc'])],
)