A simple public library for Python program development.
Ensure that wheel/twine is the latest version.
runnning build.bat/build.sh.
python -m build
pip install xxx.whl
pip install pygong
pip install -i https://pypi.org/simple pygong
pip install -i https://pypi.org/simple pygong --upgrade
Apache 2.0
https://packaging.python.org/en/latest/tutorials/packaging-projects/
https://daobook.github.io/flit/pyproject_toml.html
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/