mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
While packaging latest release for debian from pypi tarball I noticed some tests' files were not shipped, let's add them. Relate-to: https://github.com/theupdateframework/tuf/issues/263 Signed-off-by: Philippe Coval <rzr@users.sf.net>
30 lines
956 B
Text
30 lines
956 B
Text
include LICENSE*
|
|
include README.md
|
|
include tox.ini
|
|
include tests/repository_data/keystore/delegation_key
|
|
include tests/repository_data/keystore/root_key*
|
|
include tests/repository_data/keystore/snapshot_key
|
|
include tests/repository_data/keystore/targets_key
|
|
include tests/repository_data/keystore/timestamp_key
|
|
include tests/ssl_certs/*.crt
|
|
include tests/ssl_certs/*.key
|
|
|
|
recursive-include docs *.txt
|
|
recursive-include docs *.md
|
|
recursive-include docs *.rst
|
|
recursive-include docs/papers *.pdf
|
|
recursive-include docs/images *.png
|
|
recursive-include tuf/scripts *.py
|
|
recursive-include examples *
|
|
recursive-include tests *.py
|
|
recursive-include tests *.pem
|
|
recursive-include tests *.json
|
|
recursive-include tests *.txt
|
|
recursive-include tests *.cfg
|
|
recursive-include tests *.coveragerc
|
|
recursive-include tests *.gz
|
|
recursive-include tests *.pub
|
|
recursive-include tuf *.gitignore
|
|
recursive-include tuf *.md
|
|
recursive-include tuf *.rst
|
|
recursive-include tuf *.yml
|