From ee30ce132ae252bd72f3a74c86d9314a2214d0b4 Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Tue, 21 Nov 2023 21:19:28 +0100 Subject: [PATCH] Only select pygments/ in wheels, not in sdists (cherry picked from commit 2972a1c54789bc182f13884a4ab20e0637492181) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b89a97bd51..c7e551cbc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ Changelog = "https://github.com/pygments/pygments/blob/master/CHANGES" pygmentize = "pygments.cmdline:main" # Temporary workaround for https://github.com/pypa/hatch/issues/1054 -[tool.hatch.build] +[tool.hatch.build.targets.wheel] packages = ["pygments"] [tool.hatch.version]