summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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",