carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.46k stars 769 forks source link

setup.cfg: Use underscore in license_file key #1445

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

Use underscore in the setup.cfg key to fix the following warning:

Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead