mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
- Update linter config to no longer distinguish between legacy and new implementation. This requires addressing a linter warning in an until now not linted module (tuf/__init__.py). - Remove obsolete rules in MANIFEST.in (source distribution) and tests/.coveragerc (test coverage). Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
12 lines
181 B
Text
12 lines
181 B
Text
# License files
|
|
include LICENSE*
|
|
|
|
# Development and testing
|
|
include *.txt
|
|
global-include pylintrc
|
|
include tox.ini
|
|
graft tests
|
|
|
|
# Documentation
|
|
graft docs
|
|
recursive-include tuf *.md
|