index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Pyfisch <pyfisch@posteo.org> | 2021-04-05 14:09:22 +0200 |
---|---|---|
committer | Pyfisch <pyfisch@posteo.org> | 2021-04-05 14:09:22 +0200 |
commit | c284092a15038355893c3ae20a42e3eb01d8295c (patch) | |
tree | 104b48f6c23d86140a0b84cfc640be5d8e017c7b | |
parent | 2c73989da4fc19de86e273f9fdda9840b312dff5 (diff) |
-rw-r--r-- | pyproject.toml | 3 |
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..9787c3bd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" |