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

View File

@@ -35,6 +35,11 @@ where = ["src"]
[tool.setuptools]
zip-safe = false
include-package-data = true
license-files = ["LICENSE"]
[tool.setuptools.package-data]
"*" = ["py.typed"]
[project.urls]
Homepage = "https://github.com/worsch/can-you-assist"