diff --git a/pyproject.toml b/pyproject.toml index ed586ba..df0efc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["wheel", "setuptools"] [project] name = "werk24" -version = "2.4.1" +version = "2.4.2" description = "AI-powered platform for extracting and analyzing data from technical drawings / CAD drawings to enhance manufacturing workflows." readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE.txt" } @@ -113,6 +113,9 @@ documentation = "https://werk24.io/docs" changelog = "https://github.com/W24-Service-GmbH/werk24-python/releases" +[tool.setuptools.package-data] +werk24 = ["assets/*.png"] + [project.scripts] werk24 = "werk24.cli.werk24:app"