python-visualization / branca

This library is a spinoff from folium, that would host the non-map-specific features.
https://python-visualization.github.io/branca/
MIT License
111 stars 63 forks source link

Update setuptools keys in setup.cfg #116

Closed Conengmo closed 1 year ago

Conengmo commented 1 year ago

Follow up on https://github.com/python-visualization/branca/pull/98

description-file or description_file are both not supported keys: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html. Instead we should use long_description. See this Stackoverflow answer: https://stackoverflow.com/questions/60084128/does-description-file-in-setup-cfg-section-metadata-have-any-effect.

Also, license_file should be license_files.

ocefpaf commented 1 year ago

LGTM. The test failures seems to be unrelated. I'll take a look at it in a moment.