parent
6f6409a55b
commit
1eda5a373f
@ -1,20 +0,0 @@
|
||||
From f972e39c168065cdf4eba8b3334e743886bd3c10 Mon Sep 17 00:00:00 2001
|
||||
From: Petr Viktorin <encukou@gmail.com>
|
||||
Date: Fri, 13 Nov 2020 15:12:05 +0100
|
||||
Subject: [PATCH] Allow building with Flit 3.x
|
||||
|
||||
---
|
||||
pyproject.toml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 65d764c..9c1661c 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["flit_core >=2,<3"]
|
||||
+requires = ["flit_core >=2,<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.flit.metadata]
|
@ -1 +1 @@
|
||||
SHA512 (pep517-0.9.1.tar.gz) = 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df
|
||||
SHA512 (pep517-0.10.0.tar.gz) = 4f2b2a6d4bfb46883b769d3a11aac7ed136a835eaff025e9201b5c592f6aaa236bcc6532f94654bf6962f3df1062677daa6444dce6f95caec4e306d9fe21d426
|
||||
|
Loading…
Reference in new issue