MarcoGorelli / cython-lint

Lint Cython files
MIT License
69 stars 11 forks source link

Deprecation warning when building wheel #48

Closed grawlinson closed 1 year ago

grawlinson commented 1 year ago

setuptools complains about a deprecated parameter, as shown below:

/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
MarcoGorelli commented 1 year ago

thanks - want to make a PR to fix this?

grawlinson commented 1 year ago

Sure thing, will do shortly. :)