mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Our sdist has typically included everything from git apart from the CI related files (.github/*, .fossa.yml, .readthedocs.yaml). Update our MANIFEST.in and the check-manifest section of setup.cfg to be explicit about this. Signed-off-by: Joshua Lock <jlock@vmware.com>
15 lines
229 B
Text
15 lines
229 B
Text
# License files
|
|
include LICENSE*
|
|
|
|
# Development and testing
|
|
include *.txt
|
|
global-include pylintrc
|
|
include tox.ini
|
|
graft tests
|
|
|
|
# Documentation
|
|
graft docs
|
|
recursive-include tuf *.md
|
|
|
|
# To remove
|
|
recursive-include tuf/scripts *.py
|