python-tuf/setup.cfg
Joshua Lock 2ab518b3f0 build: cleanup setup.cfg
* List license files in a new metadata section
* Remove .travis.yml from check-manifest section's ignore entry

Signed-off-by: Joshua Lock <jlock@vmware.com>
2021-10-21 13:28:07 +01:00

26 lines
468 B
INI

[metadata]
license_files = LICENSE LICENSE-MIT
[check-manifest]
ignore =
requirements-dev.txt
.coveragerc
[mypy]
warn_unused_configs = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_unreachable = True
strict_equality = True
disallow_untyped_defs = True
disallow_untyped_calls = True
files =
tuf/api/,
tuf/ngclient,
tuf/exceptions.py
[mypy-securesystemslib.*]
ignore_missing_imports = True
[mypy-urllib3.*]
ignore_missing_imports = True