aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-27 12:01:00 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-27 12:01:00 +0200
commitaadce8574d2be33ea48570a16f3b44600c4a4c49 (patch)
treef3f946baa05cdfa55a95d67e5d958f44332c452c /setup.py
parentbd9dc5d64f2eeb38bacd11d4fc35d841ae9a51e5 (diff)
git-import-orig: don't try import new upstream versions when there are uncommitted changes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b4987ae8..f40115ca 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' ]
)