Merge pull request #306 from soren-n/patch-1

Fix dead links to setup.py example in readme
This commit is contained in:
Randall O'Reilly 2023-01-11 04:37:52 -08:00 committed by GitHub
commit 7a98aa58fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -269,11 +269,11 @@ To know what features are supported on what backends, please refer to the
## setup.py
Here's an example for how to use `setup.py` with gopy to make an installable package:
https://github.com/natun-ai/labsdk/blob/master/setup.py
Here's an example for how to use `setup.py` with gopy to make an installable package:
https://github.com/raptor-ml/raptor/blob/master/labsdk/setup.py
Also, see this for cross-platform build:
https://github.com/natun-ai/labsdk/blob/master/.github/workflows/release.yaml
https://github.com/raptor-ml/raptor/blob/master/.github/workflows/labsdk-release.yaml
## Troubleshooting