Skip to content

Commit 774d871

Browse files
committed
require setuptools >= 46.4.0 for version = attr: ast parsing
see pypa/setuptools#1753
1 parent c660dbb commit 774d871

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools >= 46.4.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
15
[tool.towncrier]
26
package = "exceptiongroup"
37
filename = "docs/source/history.rst"

0 commit comments

Comments
 (0)