Right now reading setup.cfg is implemented in setup.py since setuptools does not provide this functionality. The library pbr seems to add this functionality and is based on setuptools. We should check it out and see if our own code can be removed in favor of pbr.
Right now reading
setup.cfgis implemented insetup.pysince setuptools does not provide this functionality. The library pbr seems to add this functionality and is based on setuptools. We should check it out and see if our own code can be removed in favor of pbr.