You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-socksio/SOURCES/0001-Relax-flit_core-depend...

24 lines
555 B

From 83ee51a35ee3727ad244a98f3481f830876692c6 Mon Sep 17 00:00:00 2001
From: Carl George <carl@george.computer>
Date: Wed, 2 Mar 2022 18:59:03 -0600
Subject: [PATCH] Relax flit_core dependency
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 2856277..70868e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["flit_core >=2,<3"]
+requires = ["flit_core >=2"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
--
2.35.1