From e02838ffb43197e7f3166f7744b210131f4d2ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Schr=C3=B6ter?= Date: Wed, 3 Apr 2024 15:57:39 +0200 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0e1ae82..bf80d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ classifiers = [ "Operating System :: OS Independent", ] +[tool.hatch.build.targets.wheel] +packages = ["mdplus"] + [project.urls] Homepage = "https://github.com/iCampus-Wildau/markdown-plus" Issues = "https://github.com/iCampus-Wildau/markdown-plus/issues"