index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Pyfisch <pyfisch@posteo.org> | 2021-04-05 14:09:22 +0200 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-08 09:20:39 -0400 |
commit | 5a07bfbebd7d16898a2426627d609bd604c03063 (patch) | |
tree | 4caed6ab46a1f4e4f4dd61c9330c37c50d44ea7b | |
parent | b3aa1ef695413ce8797a9179f50c763058a6d715 (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" |