From aadce8574d2be33ea48570a16f3b44600c4a4c49 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Wed, 27 Sep 2006 12:01:00 +0200 Subject: git-import-orig: don't try import new upstream versions when there are uncommitted changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b4987ae..f40115c 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,6 @@ setup(name = "git_build_package", author = 'Guido Guenther', author_email = 'agx@sigxcpu.org', scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig'], - py_modules = [ 'git_buildpackage' ] + packages = [ 'git_buildpackage' ] ) -- cgit v1.2.3