Created by: jozo
Move extras to setup.cfg
It looks like pbr doesn't work with extras_require in setup.py. Instead it should be defined in setup.cfg. This is just a quick fix. https://docs.openstack.org/pbr/latest/user/using.html#extra-requirements
Also, I changed "-" to "_" in setup.cfg to fix warnings.