From d79e6af7ec9429438f834fa8eff5cc1d789cb765 Mon Sep 17 00:00:00 2001 From: Daniel Ratiu Date: Sun, 25 Feb 2024 19:55:14 +0100 Subject: [PATCH] mps-cli-py: fix of pyproject.toml --- mps-cli-py/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mps-cli-py/pyproject.toml b/mps-cli-py/pyproject.toml index 315c05c..9487963 100644 --- a/mps-cli-py/pyproject.toml +++ b/mps-cli-py/pyproject.toml @@ -19,4 +19,7 @@ classifiers = [ [project.urls] "Homepage" = "https://github.com/mbeddr/mps-cli" -"Bug Tracker" = "https://github.com/mbeddr/mps-cli/issues" \ No newline at end of file +"Bug Tracker" = "https://github.com/mbeddr/mps-cli/issues" + +[tool.hatch.build.targets.wheel] +packages = ["src/mpscli"] \ No newline at end of file