加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yaman Umuroglu 提交于 2021-08-04 16:21 . Initial commit from pyscaffold
[build-system]
# AVOID CHANGING REQUIRES: IT WILL BE UPDATED BY PYSCAFFOLD!
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=5", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
# See configuration details in https://github.com/pypa/setuptools_scm
version_scheme = "no-guess-dev"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化