Closed winny- closed 7 years ago
The LICENSE file looks like a modified BSD 3-clause license and an classifier in setup.py agrees with this; however, the license='GPL' keyboard argument in setup.py conflicts with this (and it affects the License field on PyPI).
LICENSE
setup.py
license='GPL'
Thank you for reporting this. I will have a look into the whole packaging process before releasing 0.5. Expect some overall cleanup :).
This was fixed with #137.
The
LICENSE
file looks like a modified BSD 3-clause license and an classifier insetup.py
agrees with this; however, thelicense='GPL'
keyboard argument insetup.py
conflicts with this (and it affects the License field on PyPI).