]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blobdiff - pyproject.toml
add project config for how to build a package
[user/henk/code/python/learn_python.git] / pyproject.toml
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..99e23bc
--- /dev/null
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"