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

Commit 8dd4ae2

Browse files
committed
Ensure setuptools.build_meta is available
It looks it is required by tox, but is only available in the latest setuptools release.
1 parent 3d75d4d commit 8dd4ae2

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,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "unasync"]
2+
requires = ["setuptools>=40.6.2", "wheel", "unasync"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)