We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770d71d commit 8b54d0aCopy full SHA for 8b54d0a
1 file changed
pip/readme.md
@@ -78,6 +78,18 @@ platform tags for other architectures are inferred from it.
78
./flatpak-pip-generator --runtime org.freedesktop.Sdk//25.08 --prefer-wheels=cryptography,cffi --wheel-arches x86_64,ppc64le cryptography
79
```
80
81
+### Advanced usage
82
+
83
+Artifact policy can be specified on a per-module basis, although this
84
+option is generally not recommended. The available policies are
85
+`universal`, `sdist`, and `platform`, corresponding to universal
86
+wheels, source distributions, and platform-specific wheels,
87
+respectively.
88
89
+```
90
+./flatpak-pip-generator --runtime org.freedesktop.Sdk//25.08 --artifact-policy cryptography=sdist --artifact-policy cffi=platform cryptography
91
92
93
## Options
94
95
0 commit comments