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 setup.py #79

Closed damiencarol closed 4 years ago

damiencarol commented 4 years ago

Fix the wrong data in the license argument.

In our company, we use a tool to detect license issues (http://www.blackducksoftware.com/). It seems that the branca package 0.4.1 is wrongly detected because of the license data of the package. Pypi also doesn't detect well the license because of the same problem.

license parameter for the setup function of the setuptools package uses a simple string and not the complete license file.

If we really want to embed the license file, there is 2 other parameters to do that according to the official documentation package (https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata):

Key Aliases Type Minimum Version Notes
license   str    
license_file   str    
license_files   list-comma