mirror of https://github.com/go-python/gopy.git
Fix dead links to setup.py example in readme
The project linked to as an example had moved, I tracked it down through the author of the original issue that added the links.
This commit is contained in:
parent
77559d50a8
commit
61e011bcfd
|
@ -269,11 +269,11 @@ To know what features are supported on what backends, please refer to the
|
||||||
|
|
||||||
## setup.py
|
## setup.py
|
||||||
|
|
||||||
Here's an example for how to use `setup.py` with gopy to make an installable package:
|
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
|
https://github.com/raptor-ml/raptor/blob/master/labsdk/setup.py
|
||||||
|
|
||||||
Also, see this for cross-platform build:
|
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
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue