From dbd904b5da64d6c2d054cf8596ecfc1c101eb7ae Mon Sep 17 00:00:00 2001 From: hideyukiMORI Date: Tue, 19 May 2026 22:07:08 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20wheel=20=E3=81=8B=E3=82=89=20src/ex?= =?UTF-8?q?ample=20=E3=82=92=E9=99=A4=E5=A4=96=E3=81=97=20nene2=20?= =?UTF-8?q?=E3=81=AE=E3=81=BF=E3=82=92=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E5=8C=96=20(#61)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PyPI 公開に向けてフレームワーク本体 (src/nene2) のみを wheel に含めるよう変更。src/example はリファレンス実装であり インストール対象ではない。 Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98705b6..e2b2d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,4 +138,4 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] -packages = ["src/nene2", "src/example"] +packages = ["src/nene2"]