Set setuptools version for RTD

This commit is contained in:
Adam Hopkins 2021-12-26 14:25:09 +02:00
parent dc3ccba527
commit 3eae00898d
No known key found for this signature in database
GPG Key ID: 9F85EE6C807303FB
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools<60.0", "wheel"]
build-backend = "setuptools.build_meta"