<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pyproject.toml.orig	2024-01-19 13:24:10.000000000 +0200
+++ pyproject.toml	2024-01-19 13:31:07.580485135 +0200
@@ -1,7 +1,6 @@
 [build-system]
 requires = [
-  "setuptools &gt;= 65.3.0", # required by pyproject+setuptools_scm integration and editable installs
-  "setuptools_scm[toml] &gt;= 7.0.5" # required for "no-local-version" scheme
+  "setuptools &gt;= 65.3.0"
 ]
 build-backend = "setuptools.build_meta"
</pre></body></html>