candango / firenado

Web Framework that extends Tornado Web organizing the application, and adding extra features.
Apache License 2.0
12 stars 9 forks source link

Change dashed parameters to underscored ones in setup.cfg #385

Closed piraz closed 2 years ago

piraz commented 2 years ago

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.