]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/commitdiff
add project config for how to build a package
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 1 Aug 2023 19:16:56 +0000 (21:16 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 1 Aug 2023 19:16:56 +0000 (21:16 +0200)
pyproject.toml [new file with mode: 0644]

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"