Skip to content

Commit 4851703

Browse files
authored
Merge pull request #64 from rth/patch-1
DOC Fix reference to maturin in the readme
2 parents 7deed22 + 13ac65a commit 4851703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![pypi package](https://badge.fury.io/py/setuptools-rust.svg)](https://badge.fury.io/py/setuptools-rust)
55
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
66

7-
Note: You might want to check out [pyo3-pack](https://github.com/PyO3/pyo3-pack), which allows to develop, build and upload without any configuration, though it can't do some thin setuptools-rust can, e.g. mixing python and rust in single wheel.
7+
Note: You might want to check out [maturin](https://github.com/PyO3/maturin), which allows to develop, build and upload without any configuration, though it can't do some things setuptools-rust can, e.g. mixing python and rust in single wheel.
88

99
Setuptools helpers for rust Python extensions implemented with [PyO3](https://github.com/PyO3/pyo3) and [rust-cpython](https://github.com/dgrunwald/rust-cpython).
1010

0 commit comments

Comments
 (0)