Make it a python package
Add a pyproject.toml file and adapt the folder structure to make a real package out of the code.
Now the package can be installed with pip install .
. Afterwards, binaries names mmdCreate
etc are available (in ~/.local/bin
if installed with --user
).
Also improve the handling of the format option to only accept the formats that are available in the corresponding folder.
Edited by Sebastian Ohlmann