[FR] Move .config.
(setup.cfg
parser) into a separate package and vendorize it
#3495
Open
1 task done
Labels
What's the problem this feature will solve?
Even though
setup.cfg
files are deprecated and their support gonna be removed somewhen, it is here to stay, there are enough packages using it. So there is a need to read these files. Unfortunately they cannot be read properly by genericconfigparser
(at least without additional postprocessing). So an out-of-the-box solution is needed.Describe the solution you'd like
The library parsing
setup.cfg
is splitted into a separate package, that can be used by tools that have to deal withsetup.cfg
even aftersetuptools
drops support of this metadata format.setuptools
eliminates the built-in submodule and instead vendorizes that package.Alternative Solutions
Not to drop support of
setup.cfg
.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: