Skip to content

Commit c403ad1

Browse files
Allow building with latest setuptools (#138)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
1 parent c398a15 commit c403ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools==80.9.0"]
3+
requires = ["setuptools>=80.9.0,<=82.0.1"]
44

55
[project]
66
name = "httptools"

0 commit comments

Comments
 (0)