From 73c9a4957d949acceaafcc40a1c6a1e56c395d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Bitouz=C3=A9?= Date: Tue, 26 Dec 2023 15:44:39 +0100 Subject: [PATCH] Avoid installation error --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b3f5673..97be86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,3 +74,6 @@ example-filter = "example_filter:ExampleFilter" [tool.hatch.envs.default.scripts] test = "pygmentize -l example-lang -f example-format -F example-filter -O style=example-style test.exmpl" + +[tool.hatch.build.targets.wheel] +packages = ["lexer", "styles"]