4 from distutils
.core
import setup
6 from stgit
.version
import version
11 author
= 'Catalin Marinas',
12 author_email
= 'catalin.marinas@gmail.com',
13 url
= 'http://www.procode.org/stgit/',
14 description
= 'Stacked GIT',
15 long_description
= 'Push/pop utility on top of GIT',
17 packages
= ['stgit', 'stgit.commands'],
18 data_files
= [('share/stgit/templates', glob
.glob('templates/*.tmpl')),
19 ('share/stgit/examples', glob
.glob('examples/*.tmpl')),
20 ('share/stgit/examples', ['examples/gitconfig']),
21 ('share/stgit/contrib', ['contrib/diffcol.sh',
22 'contrib/stgbashprompt.sh',
23 'contrib/stgit-completion.bash']),
24 ('share/doc/stgit', glob
.glob('doc/*.txt'))]