https://github.com/swhl/pyproject-toml-demo
https://github.com/swhl/pyproject-toml-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/swhl/pyproject-toml-demo
- Owner: SWHL
- Created: 2024-06-06T02:14:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T02:17:34.000Z (about 2 years ago)
- Last Synced: 2025-01-25T05:41:27.608Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)