An open API service indexing awesome lists of open source software.

https://github.com/swhl/pyproject-toml-demo


https://github.com/swhl/pyproject-toml-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

#### 打包命令:
```bash
pip install build

python -m build
```

#### 参考文章:
- [Build Your First Python Package with pyproject.toml](https://medium.com/@codebyteexplorer/build-your-first-python-package-with-pyproject-toml-19e2119edbca)