mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
MANIFEST.in: Include LICENSE files
This seems to be a common way to handle license files. Also, vendoring tool fails to handle tuf without a LICENSE file. Fixes #1160 Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
This commit is contained in:
parent
d51dbb8639
commit
f3ab08d73f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
include LICENSE*
|
||||
include README.md
|
||||
include tox.ini
|
||||
include tests/repository_data/keystore/delegation_key
|
||||
|
|
|
|||
Loading…
Reference in a new issue