Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2022-02-12 17:43:22 -0500
committerGitHub <noreply@github.com>2022-02-12 23:43:22 +0100
commit2c897cdcc6d5d0e7ee024c374cdf9c849870e081 (patch)
tree9ef15373c77909b2b567208ce5feac35be75212e /pyproject.toml
parenta741b1a5306ee203203ca1dbc33add2c512f8dcc (diff)
Leverage same build system used by PyPi in the ArchInstall ISO (#973)
* Leverage same build system used by PyPi in the ArchInstall ISO * 3.6.0 is not in the archinstall repos yet. Use 3.5.1 so ISOs don't need networking to build.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cc73b65e..26244c79 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["flit_core >=3.6.0,<4", "setuptools>=45", "wheel"]
+requires = ["flit_core >=3.5.1,<4", "setuptools>=45", "wheel"]
build-backend = "flit_core.buildapi"
[project]