Skip to content

Commit e89bf24

Browse files
authored
fix: use hatchling replace setuptools for metadata version issue (#12)
1 parent 74b21c3 commit e89bf24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Home = "https://github.com/TencentBlueKing/bscp-python-sdk"
3030
dev = ["grpcio-tools>=1.60.0", "mypy>=1.9.0", "pytest>=7.4.4", "ruff>=0.7.2"]
3131

3232
[build-system]
33-
requires = ["setuptools>=61.0.0"]
34-
build-backend = "setuptools.build_meta"
33+
requires = ["hatchling"]
34+
build-backend = "hatchling.build"
3535

3636
[tool.ruff]
3737
line-length = 119

0 commit comments

Comments
 (0)