diff options
author | jaseg <git@jaseg.de> | 2024-02-16 17:21:30 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-02-16 17:21:30 +0100 |
commit | ff9c26b083a92b4149efa787f70696687ca91200 (patch) | |
tree | 11d20cb2733d975092b510f9c04abce53a348931 | |
parent | 7840074004536b44396083fcab75a9e6355e4a42 (diff) | |
download | infiray_irg_py-ff9c26b083a92b4149efa787f70696687ca91200.tar.gz infiray_irg_py-ff9c26b083a92b4149efa787f70696687ca91200.tar.bz2 infiray_irg_py-ff9c26b083a92b4149efa787f70696687ca91200.zip |
Update build system
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8ac7d29..fa29e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["pdm-backend"] +build-backend = "pdm.backend" [project] name = "infiray_irg" |