Setuptools is angry about dashed parameters in the setup.cfg throwing things a warning like:
UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead ....
Let's replace dashed parameters to underscored ones and remove the warning.
Setuptools is angry about dashed parameters in the setup.cfg throwing things a warning like:
Let's replace dashed parameters to underscored ones and remove the warning.