examples: add links to packaging tools

Co-authored-by: Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>
This commit is contained in:
David Hewitt 2021-04-03 12:50:42 +01:00 committed by GitHub
parent 370652eba8
commit 0ae7b69295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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