examples: add links to packaging tools
Co-authored-by: Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>
This commit is contained in:
parent
370652eba8
commit
0ae7b69295
|
@ -1,6 +1,6 @@
|
|||
# maturin-starter
|
||||
|
||||
An example of a basic Python extension module built using PyO3 and `maturin`.
|
||||
An example of a basic Python extension module built using PyO3 and [`maturin`](https://github.com/PyO3/maturin).
|
||||
|
||||
## Building and Testing
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# setuptools-rust-starter
|
||||
|
||||
An example of a basic Python extension module built using PyO3 and `setuptools_rust`.
|
||||
An example of a basic Python extension module built using PyO3 and [`setuptools_rust`](https://github.com/PyO3/setuptools-rust).
|
||||
|
||||
## Building and Testing
|
||||
|
||||
|
|
Loading…
Reference in New Issue