We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4633b4c commit 73d0bfcCopy full SHA for 73d0bfc
peps/pep-0783.rst
@@ -166,8 +166,11 @@ Package indexes SHOULD accept any wheel whose platform tag matches
166
Dependency Specifier Markers
167
----------------------------
168
169
-To check for the Emscripten platform in a dependency specifier, one can use
170
-``sys_platform == 'emscripten'`` (or its negation).
+According to `PEP 776
+<https://peps.python.org/pep-0776/#platform-identification>`__, in Emscripten
171
+Python `sys.platform` returns `"emscripten"`. To check for the Emscripten
172
+platform in a dependency specifier, one can use ``sys_platform == 'emscripten'``
173
+(or its negation).
174
175
176
Trove Classifier
0 commit comments