Skip to content

Commit b0114fb

Browse files
authored
Update README.md
1 parent 521f66c commit b0114fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ simple-cython-example
33

44
A small template project that acts as a working tutorial on how to wrap C
55
code into python using [cython](http://cython.org/), and integrate the
6-
extensions into an installable module. This project uses [Poetry](https://python-poetry.org/) for dependency management and packaging. This repository serves as a practical example of integrating Cython-compiled C extensions into a Python project managed with Poetry.
6+
extensions into an installable module. This project uses [Poetry](https://python-poetry.org/) for dependency management and packaging. This repository serves as a practical example of integrating Cython-compiled C extensions into a Python project managed with Poetry
77

88
[A cython pyx file](cython_example_proj/wrapped.pyx) is included that implements a few C functions which can accept
99
and return standard

0 commit comments

Comments
 (0)