Eventually, we can add other backends if we like.
Note, this changes the config to make it easy to select and instantiate these things.
Perhaps we can use the setuptools discovery system for the signing plugins? That way, it would be easier for people to build signing modules external to the main codebase without needing local patches.
:+1:, let's do that.
1 new commit added
@puiterwijk, the setuptools change is done now.
This is ready for review again.
Sorry it took such a long time ;)
2 new commits added
This has been merged. Thanks!
Pull-Request has been closed by puiterwijk
Eventually, we can add other backends if we like.
Note, this changes the config to make it easy to select and
instantiate these things.