From 2ec370cefc7215da57011e6bafb54400beb33833 Mon Sep 17 00:00:00 2001 From: Nikhil Dhandre Date: Mon, 15 Dec 2025 15:34:59 +0530 Subject: [PATCH] Remove strict Naming for pkg name normalization --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49290f3..1622645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,6 @@ requires = ["hatchling", "hatch-vcs"] [tool.hatch.build.targets.wheel] packages = ["src/widgetastic_patternfly5"] -strict-naming = false [tool.hatch.version] source = "vcs"