diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-27 12:01:00 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-27 12:01:00 +0200 |
commit | aadce8574d2be33ea48570a16f3b44600c4a4c49 (patch) | |
tree | f3f946baa05cdfa55a95d67e5d958f44332c452c /setup.py | |
parent | bd9dc5d64f2eeb38bacd11d4fc35d841ae9a51e5 (diff) | |
download | git-buildpackage-aadce8574d2be33ea48570a16f3b44600c4a4c49.tar.gz git-buildpackage-aadce8574d2be33ea48570a16f3b44600c4a4c49.tar.bz2 git-buildpackage-aadce8574d2be33ea48570a16f3b44600c4a4c49.zip |
git-import-orig: don't try import new upstream versions when there are uncommitted changes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ] ) |