summaryrefslogtreecommitdiffstats
path: root/lang/python/python-constantly/patches/001-unpin-setuptools.patch
blob: 5828dea3f63d096efe501e71285ebbb91810c74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=68.2", "versioneer[toml]==0.29"]
+requires = ["setuptools"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -27,7 +27,7 @@ name = "constantly"
 maintainers = [{name = "Twisted Matrix Labs Developers"}]
 urls = {Homepage = "https://github.com/twisted/constantly"}
 requires-python = ">= 3.8"
-dynamic = ["version"]
+version = "23.10.4"
 
 [tool.setuptools]
 include-package-data = false