Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Commit e16d5c3

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

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)