python-plantuml icon indicating copy to clipboard operation
python-plantuml copied to clipboard

Add console_scripts/pipx support to installation

Open xtaje opened this issue 4 years ago • 0 comments

Adding support for console_scripts to the setup.py will make this more easily accessible to non-python developers, as may happen in CI, for QA teams, etc. https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point

It will also make it automatically compatible with pipx, which prevents installation conflicts and problems. https://github.com/pipxproject/pipx

xtaje avatar Apr 13 '21 06:04 xtaje