From e3a86661177d1b4238f1671ea104b38bfbda6983 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 17 Feb 2015 08:46:41 +0100 Subject: Drop all gbp-* and git-* commands as announced in the deprecation notice from June 2013. --- setup.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3337c21a..896edab2 100644 --- a/setup.py +++ b/setup.py @@ -61,16 +61,7 @@ setup(name = "gbp", 'Topic :: Software Development :: Version Control :: Git', 'Operating System :: POSIX :: Linux', ], - scripts = [ 'bin/git-buildpackage', - 'bin/git-import-dsc', - 'bin/git-import-orig', - 'bin/git-dch', - 'bin/git-import-dscs', - 'bin/gbp-pq', - 'bin/gbp-pull', - 'bin/gbp-clone', - 'bin/gbp-create-remote-repo', - 'bin/git-pbuilder'], + scripts = ['bin/git-pbuilder'], packages = find_packages(exclude=['tests', 'tests.*']), data_files = [("/etc/git-buildpackage/", ["gbp.conf"]),], setup_requires=['nose>=0.11.1', 'coverage>=2.85', 'nosexcover>=1.0.7'] if \ -- cgit v1.2.3