We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108ad53 commit 8ca9c92Copy full SHA for 8ca9c92
pyproject.toml
@@ -1,8 +1,8 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = [
4
- "setuptools==80.9",
5
- "setuptools-scm==9.2",
+ "setuptools>=77",
+ "setuptools-scm[toml]>=6.2",
6
]
7
8
[project]
0 commit comments