diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-06-15 14:38:59 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-06-15 14:38:59 +0200 |
commit | c03690f53941e03a6f1f400da4d7313f36902426 (patch) | |
tree | 18b43edb1d6883f3947fcea1c6999ea17839d8b2 /setup.py | |
parent | 511c49acc13803d851a4d0d2ef17647e3e2144b4 (diff) | |
download | mdbp-c03690f53941e03a6f1f400da4d7313f36902426.tar.gz |
implement basic debspawn backend
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |