feat(packaging) + chore(workplan): complete T04 for CYA-WP-0004 — MANIFEST.in, pyproject improvements, verified clean sdist+wheel build and install

This commit is contained in:
2026-05-27 00:05:26 +02:00
parent f500a35ff0
commit e6b9610b25
3 changed files with 23 additions and 8 deletions

6
MANIFEST.in Normal file
View File

@@ -0,0 +1,6 @@
include LICENSE
include README.md
include pyproject.toml
recursive-include src *.py
global-exclude __pycache__
global-exclude *.py[co]