colorlover
colorlover copied to clipboard
Specify license in setup.py
It would be useful if the license used could also be specified in setup.py, as then it can be displayed correctly by pip-licenses. This would involve a change like:
setup(
...
+ license='MIT',
...