python-tuf/MANIFEST.in
Joshua Lock de1a3af019 build: more intentional about what's included in sdist
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>
2021-10-21 13:30:46 +01:00

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