Setup Python Package to use with Pipx
Found the information at https://flit.pypa.io/en/latest/pyproject_toml.html#pyproject-project-scripts.
pyproject.toml
Add the following entry:
| |
This should work with programs like flit. This will do the following:
| |
Note that in Windows, pipx puts the files in
C:\Users\<Your User Name>\.local\bin.