django-libsass icon indicating copy to clipboard operation
django-libsass copied to clipboard

Fix deprecated spelling of license_file in setup.cfg

Open cjwatson opened this issue 8 months ago • 0 comments

setuptools was producing the following warning:

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

By 2025-Mar-03, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.

cjwatson avatar Feb 12 '25 12:02 cjwatson