Apparently we need to get better about longDescription? (#1117)

Maybe make pypi happy(ier)
This commit is contained in:
Chris Gerth
2024-01-05 17:03:55 -06:00
committed by GitHub
parent 107a0f3a8b
commit 8a189405f3

View File

@@ -51,4 +51,6 @@ setup(
description=descriptionStr,
url="https://photonvision.org",
author="Photonvision Development Team",
long_description="A Pure-python implementation of PhotonLib",
long_description_content_type="text/markdown",
)