From 69faf3cd868f81542b8d59499a390db4c627b949 Mon Sep 17 00:00:00 2001 From: sato Date: Thu, 14 Dec 2023 22:05:00 +0900 Subject: [PATCH] Fixed the issue of failed release to PyPI on hatch v1.19.0 (#32) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 352b803..57437fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,5 +39,8 @@ pypipe-ppp = "pypipe:main" # https://github.com/bugen/pypipe/pull/8#discussion_r1379798279 ppp = "pypipe:main" +[tool.hatch.build.targets.wheel] +packages = ["pypipe.py"] + [tool.hatch.version] path = "pypipe.py"