From 42566159377466ad3df32b7fa6ea64c95145632c Mon Sep 17 00:00:00 2001 From: Christoph Schmidt Date: Wed, 7 Aug 2024 16:06:55 +0200 Subject: [PATCH] Updated Submodule and version to 1.1.2. --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e2ed10b..596cf39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,14 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["src/SacherECLControl"] + +[tool.hatch.build.targets.wheel.force-include] +"./pyproject.toml" = "./SacherECLControl/pyproject.toml" + + [project] name = "PySacherECLControl" version = "1.1.2"