Skip to content

Commit a548da9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 413893d commit a548da9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/discussions/considerations_for_binary_wheels.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Considerations for binary wheels
33
================================
44

5-
Python packages with native code have a set of unique challenges not present
6-
in pure packages. The more complex the native code, the more complex the
7-
packaging can become. Issues arrise around topics such as non-Python compiled
8-
dependencies ("native dependencies"), the importance of the ABI (Application
9-
Binary Interface) of native code, dependency on SIMD code and cross
5+
Python packages with native code have a set of unique challenges not present
6+
in pure packages. The more complex the native code, the more complex the
7+
packaging can become. Issues arrise around topics such as non-Python compiled
8+
dependencies ("native dependencies"), the importance of the ABI (Application
9+
Binary Interface) of native code, dependency on SIMD code and cross
1010
compilation. In depth dicussion of these and many more topics and issues around
11-
native packaging is available at
11+
native packaging is available at
1212
`pypackaging-native<https://pypackaging-native.github.io/>`.

0 commit comments

Comments
 (0)