diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-01 21:16:56 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-01 21:16:56 +0200 |
commit | 6ca5c541f91c240fa5469cf07f71a30d222b8da6 (patch) | |
tree | 21a106c2db59578420890aa4de32c33ab9b1f9a0 | |
parent | aeb89e4f87b6ab7efa65a7564c98beb5b317de82 (diff) |
add project config for how to build a package
-rw-r--r-- | pyproject.toml | 3 |
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" |