summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-01 21:16:56 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-01 21:16:56 +0200
commit6ca5c541f91c240fa5469cf07f71a30d222b8da6 (patch)
tree21a106c2db59578420890aa4de32c33ab9b1f9a0
parentaeb89e4f87b6ab7efa65a7564c98beb5b317de82 (diff)
add project config for how to build a package
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..99e23bc
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["hatchling"]
+build-backend = "hatchling.build"