mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
pylint config lives in pyproject.toml nowadays. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
11 lines
157 B
Text
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
|