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
6
MANIFEST.in
Normal file
6
MANIFEST.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
include LICENSE
|
||||
include README.md
|
||||
include pyproject.toml
|
||||
recursive-include src *.py
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co]
|
||||
Loading…
Add table
Add a link
Reference in a new issue