MarcoGorelli / cython-lint

Lint Cython files
MIT License
69 stars 11 forks source link

fix: remove warning emitted by setuptools #49

Closed grawlinson closed 1 year ago

grawlinson commented 1 year ago

python-setuptools complains about a deprecated parameter, as shown by the following output:

/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.

Fixes #48.