From a266b5dc141298b4b4bb970072bf8abd37ddc011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Fri, 30 Aug 2024 22:55:56 +0200 Subject: [PATCH] Create pyproject.toml (coherent-oss/system#15) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d641903 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ['coherent.build'] +build-backend = 'coherent.build'