From 41e6419dfd337165e679ece4ae3ba310abc94db3 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sun, 11 Feb 2007 23:07:41 +0100 Subject: use GBPError everywhere and move commands from __init__ to command_wrappers.py Furthermore pass '-v' in git import-orig on to git_load_dirs --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fa60981..b8e373c 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python2.3 -# Copyright (C) 2006 Guido Guenther +#!/usr/bin/python +# Copyright (C) 2006,2007 Guido Guenther # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ setup(name = "git_build_package", author = 'Guido Guenther', author_email = 'agx@sigxcpu.org', scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig'], - packages = [ 'git_buildpackage' ], + packages = [ 'gbp' ], data_files = [("/etc/git-buildpackage/", ["gbp.conf" ]),], ) -- cgit v1.2.3