Support package_data with empty key #4
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Given this minimal
setup.py
file (which admittedly needs more things to be filled in to be usable, but works for this example):setup-py-upgrade
will produce the followingsetup.cfg
:[options.package_data] = *.yaml
However this file cannot be read by configparser or similar tools. For example:
The text was updated successfully, but these errors were encountered: