photonlibpy: License under MIT (#1700)

Everything under the `photon-lib` directory is intended to all be
licensed under MIT:


e40c8fbca0/photon-lib/.styleguide-license (L2)

Presumably we don't want to force teams to release their robot code
under GPL.
This commit is contained in:
David Vo
2025-01-14 04:00:09 +11:00
committed by GitHub
parent 5b0ec742c4
commit a08dc374c8
2 changed files with 26 additions and 16 deletions

View File

@@ -71,4 +71,7 @@ setup(
author="Photonvision Development Team",
long_description="A Pure-python implementation of PhotonLib",
long_description_content_type="text/markdown",
classifiers=[
"License :: OSI Approved :: MIT License",
],
)