python-tuf/MANIFEST.in
Jussi Kukkonen a622276fee build: Remove pylintrc from MANIFEST
pylint config lives in pyproject.toml nowadays.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2022-02-08 09:34:28 +02:00

11 lines
157 B
Text

# License files
include LICENSE*
# Development and testing
include *.txt
include tox.ini
graft tests
# Documentation
graft docs
recursive-include tuf *.md