Skip to content

Commit

Permalink
Minor improvement of text
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Jun 1, 2024
2 parents bd9956a + fb2192d commit bb0c8ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/guides/packaging-binary-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,11 @@ a Debian system, see the following articles:
Additional considerations for binary wheels
-------------------------------------------

The `pypackaging-native <https://pypackaging-native.github.io/>`_ website has
additional coverage of packaging Python packages with native code. It aims to
provide an overview of the most important packaging issues for such projects,
The `pypackaging-native <https://pypackaging-native.github.io/>`_ website has
additional coverage of packaging Python packages with native code. It aims to
provide an overview of the most important packaging issues for such projects,
with in-depth explanations and references.

Example of topics are non-Python compiled dependencies ("native dependencies"),
the importance of the ABI (Application Binary Interface) of native code,
dependency on SIMD code and cross compilation.
Examples of topics covered are non-Python compiled dependencies ("native
dependencies"), the importance of the ABI (Application Binary Interface) of
native code, dependency on SIMD code and cross compilation.

0 comments on commit bb0c8ec

Please sign in to comment.