You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
packaging supports a few environment markers that are not currently in PEP 508:
os.name
,sys.platform
,platform.version
,platform.machine
, andplatform.python_implementation
from PEP 345; andpython_implementation
from setuptools.Given the goal of backwards compatibility, we probably need these redundant duplicates included.
python_implementation
especially is widely relied on.The text was updated successfully, but these errors were encountered: