Skip to content

Commit 13ac65a

Browse files
authored
Update README.md
1 parent 7deed22 commit 13ac65a

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)