diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-09-30 17:31:59 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2007-09-30 17:31:59 +0200 |
commit | 2826b13860252e3747349e3c7cc7e2a257596acc (patch) | |
tree | 26eed789f6cca0af97cbf4a744f4ff9b5cade4c7 /setup.py | |
parent | 350e9b57ac4b243f3849e914235a111ad041a5ef (diff) | |
download | git-buildpackage-2826b13860252e3747349e3c7cc7e2a257596acc.tar.gz git-buildpackage-2826b13860252e3747349e3c7cc7e2a257596acc.tar.bz2 git-buildpackage-2826b13860252e3747349e3c7cc7e2a257596acc.zip |
add git-dch
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ from distutils.core import setup setup(name = "git_build_package", author = 'Guido Guenther', author_email = 'agx@sigxcpu.org', - scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig'], + scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig', 'git-dch' ], packages = [ 'gbp' ], data_files = [("/etc/git-buildpackage/", ["gbp.conf" ]),], ) |