Add a missing entry point option to setup.cfg

This package did not specify its entry point for molecule driver. And
because of that, molecule failed to pick it up while running.

This commit is a minimal fix to get the driver to talk with molecule.
This commit is contained in:
Tadej Borovšak 2019-11-15 13:09:38 +01:00
parent d79d2965db
commit fbc9187d0e
1 changed files with 4 additions and 0 deletions

View File

@ -84,3 +84,7 @@ where = .
[flake8]
max-line-length = 88
[options.entry_points]
molecule.driver =
hetznercloud = molecule_hetznercloud.hetznercloud:HetznerCloud