chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set() is not a builtin function in Python 2.3
[stgit]
/
setup.py
diff --git
a/setup.py
b/setup.py
index eaf39c17ba9220b325a89e5292a19077072b87ea..cf5b1da37d2813ce2f0756e45a1522e8e10e9f23 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-9,13
+9,17
@@
setup(name = 'stgit',
version = version,
license = 'GPLv2',
author = 'Catalin Marinas',
version = version,
license = 'GPLv2',
author = 'Catalin Marinas',
- author_email = 'catalin.marinas@gmail.
org
',
+ author_email = 'catalin.marinas@gmail.
com
',
url = 'http://www.procode.org/stgit/',
description = 'Stacked GIT',
long_description = 'Push/pop utility on top of GIT',
url = 'http://www.procode.org/stgit/',
description = 'Stacked GIT',
long_description = 'Push/pop utility on top of GIT',
- scripts = ['stg'
, 'gitmergeonefile.py'
],
+ scripts = ['stg'],
packages = ['stgit', 'stgit.commands'],
data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')),
('share/stgit/examples', glob.glob('examples/*.tmpl')),
packages = ['stgit', 'stgit.commands'],
data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')),
('share/stgit/examples', glob.glob('examples/*.tmpl')),
- ('share/stgit/examples', ['examples/stgitrc'])]
+ ('share/stgit/examples', ['examples/gitconfig']),
+ ('share/stgit/contrib', ['contrib/diffcol.sh',
+ 'contrib/stgbashprompt.sh',
+ 'contrib/stgit-completion.bash']),
+ ('share/doc/stgit', glob.glob('doc/*.txt'))]
)
)