1 Star 0 Fork 0

FoundServer/python-setuptools

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
weizhixiang 提交于 2025-05-12 10:06 +08:00 . init: Init from openfound
[build-system]
requires = []
build-backend = "setuptools.build_meta"
backend-path = ["."]
[tool.black]
skip-string-normalization = true
[tool.setuptools_scm]
[tool.pytest-enabler.black]
#addopts = "--black"
[tool.pytest-enabler.mypy]
#addopts = "--mypy"
[tool.pytest-enabler.cov]
addopts = "--cov"
[tool.pytest-enabler.ruff]
addopts = "--ruff"
[tool.pytest-enabler.xdist]
addopts = "-n auto"
[tool.towncrier]
package = "setuptools"
package_dir = "setuptools"
filename = "CHANGES.rst"
directory = "changelog.d"
title_format = "v{version}"
issue_format = "#{issue}"
template = "tools/towncrier_template.rst"
underlines = ["-", "^"]
[[tool.towncrier.type]]
directory = "deprecation"
name = "Deprecations"
showcontent = true
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "change"
name = "Changes"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Documentation changes"
showcontent = true
[[tool.towncrier.type]]
directory = "misc"
name = "Misc"
showcontent = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/found-server/python-setuptools.git
git@gitee.com:found-server/python-setuptools.git
found-server
python-setuptools
python-setuptools
master

搜索帮助