You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a pyproject.toml file, so it becomes possible to build python whl
packages with:
$ python3 -m build
With this change, Linux distributions could package PyHSS similar to
other python projects, it should be possible to install it via pip (from
the git repo), and the whl can be used to directly install PyHSS into a
venv.
Upstreaming: nickvsnetworking#258
0 commit comments