Closed Conengmo closed 2 years 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.
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.
LGTM. The test failures seems to be unrelated. I'll take a look at it in a moment.
Follow up on https://github.com/python-visualization/branca/pull/98