tuf/api: Expose tuf.api as a package#1157
tuf/api: Expose tuf.api as a package#1157woodruffw wants to merge 1 commit intotheupdateframework:developfrom
Conversation
Signed-off-by: William Woodruff <william@trailofbits.com>
3d80f9d to
6ed1517
Compare
|
Amusingly this now breaks the CI, since |
|
According to the pylintrc docs
I think we could add a |
That's actually a really good idea. The linter configuration would need a redo anyway even without style guide change (see in-toto/in-toto#296 (comment), which also applies here). But I'm reluctant to change the default If we create a new config in |
|
I've taken this change to a new PR which also adds a linter for tuf/api #1177 |
This just adds
tuf/api/__init__.py, turning it into a full package for distribution purposes.