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:
parent
f500a35ff0
commit
e6b9610b25
3 changed files with 23 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue