Is the license MIT or BSD-2? In setup.py it says the license is MIT (and therefore that is what it says on the PyPI entry); however, the file LICENSE in the repo is BSD-2. This has implications for redistributing your software via package managers. The BSD-2 license requires distributing the license text with source code or binaries, but the MIT license does not.
Is the license MIT or BSD-2? In setup.py it says the license is MIT (and therefore that is what it says on the PyPI entry); however, the file LICENSE in the repo is BSD-2. This has implications for redistributing your software via package managers. The BSD-2 license requires distributing the license text with source code or binaries, but the MIT license does not.