summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2021-06-15 14:38:59 +0200
committerHelmut Grohne <helmut@subdivi.de>2021-06-15 14:38:59 +0200
commitc03690f53941e03a6f1f400da4d7313f36902426 (patch)
tree18b43edb1d6883f3947fcea1c6999ea17839d8b2 /setup.py
parent511c49acc13803d851a4d0d2ef17647e3e2144b4 (diff)
downloadmdbp-c03690f53941e03a6f1f400da4d7313f36902426.tar.gz
implement basic debspawn backend
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ba840d7..d84d0bc 100755
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ setup(name="mdbp",
],
entry_points=dict(
console_scripts=[
+ "mdbp-debspawn=mdbp.debspawn:main",
"mdbp-mmdebstrap=mdbp.mmdebstrap:main",
"mdbp-pbuilder=mdbp.pbuilder:main",
"mdbp-sbuild=mdbp.sbuild:main",