diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-27 00:43:55 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-27 00:43:55 +0200 |
commit | 944682b943838a6084116c190bb1acf3dfcba164 (patch) | |
tree | 4a26f85379d2358fc64123972b5248a6cbce33d4 /setup.py | |
parent | 95829748633028531a93838eca2cd10ce24eee00 (diff) | |
download | git-buildpackage-944682b943838a6084116c190bb1acf3dfcba164.tar.gz git-buildpackage-944682b943838a6084116c190bb1acf3dfcba164.tar.bz2 git-buildpackage-944682b943838a6084116c190bb1acf3dfcba164.zip |
git-import-dsc: import of debian native packages
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ from distutils.core import setup setup(name = "git_build_package", author = 'Guido Guenther', author_email = 'agx@sigxcpu.org', - scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig'] + scripts = [ 'git-buildpackage', 'git-import-dsc', 'git-import-orig'], + py_modules = [ 'git_buildpackage' ] ) |