如何为你的Python项目构建pyproject.toml文件
参考链接:https://packaging.python.org/en/latest/guides/writing-pyproject-toml/https://packaging.python.org/en/latest/guides/writing-pyproject-toml/基本上现在大部分github的python开发项目,都有pyproject.toml配置,所以这篇官网packaging说明文档,对于python工具开发,非常重要
