Skip to content

Commit ec40d99

Browse files
Update rust-cpython reference (#533)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent cc5c233 commit ec40d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_rust/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Binding(IntEnum):
3535
PyO3: This is an extension built using
3636
`PyO3 <https://github.com/pyo3/pyo3>`_.
3737
RustCPython: This is an extension built using
38-
`rust-cpython <https://github.com/dgrunwald/rust_cpython>`_.
38+
`rust-cpython <https://github.com/dgrunwald/rust-cpython>`_.
3939
NoBinding: Bring your own bindings for the extension.
4040
Exec: Build an executable instead of an extension.
4141
"""

0 commit comments

Comments
 (0)