Compare commits

...

2 Commits

Author SHA1 Message Date
Chris Gerth
276fc6178e Apparently we need to get better about longDescription? (#1117)
Maybe make pypi happy(ier)
2024-01-05 18:03:55 -05:00
Chris Gerth
107a0f3a8b code checkout fixups (#1116) 2024-01-05 15:07:50 -06:00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,11 +17,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
sparse-checkout-cone-mode: false
fetch-tags: true
fetch-depth: 99999
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5

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",
)