summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 265ecf2..eac91ef 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,8 @@ setup(name="mdbp",
"mdbp-mmdebstrap=mdbp.mmdebstrap:main",
"mdbp-pbuilder=mdbp.pbuilder:main",
"mdbp-sbuild=mdbp.sbuild:main",
+ "mdbp-ssh=mdbp.ssh:main",
+ "mdbp-streamapi=mdbp.streamapi:main",
]
)
)