summaryrefslogtreecommitdiff
path: root/www/py-nicegui-highcharts/files/patch-pyproject.toml
blob: 7d8281f31426342ace8ca74df1cb39fc904c02e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-10-30 23:29:16 UTC
+++ pyproject.toml
@@ -15,7 +15,7 @@ requires = [
 
 [build-system]
 requires = [
-    "setuptools>=30.3.0,<50",
+    "setuptools>=0",
     "poetry-core>=1.0.0"
 ]
 build-backend = "poetry.core.masonry.api"