changeset 138:64078592444f

Add a minimal pyproject.toml
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jan 2025 00:32:56 +0100
parents 69f8a3db8fbd
children 73e8116484f2
files pyproject.toml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pyproject.toml	Fri Jan 03 00:32:56 2025 +0100
@@ -0,0 +1,4 @@
+# Pure-Python-Build
+[build-system]
+requires = ["setuptools>=43.0", "wheel>=0.33"]
+build-backend = "setuptools.build_meta"