We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://packaging.python.org/en/latest/tutorials/packaging-projects/
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml
I couldn't find information about compatibility with platforms, such as whether it is suitable for Linux or Windows.
The only mention of determining the system platform is in setup.py.
Does it mean that when packaging into a wheel, I need to manually open it as a zip and add it by editing the metadata?
Platform: ObscureUnix Platform: RareDOS
https://packaging.python.org/en/latest/specifications/core-metadata/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://packaging.python.org/en/latest/tutorials/packaging-projects/
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml
I couldn't find information about compatibility with platforms, such as whether it is suitable for Linux or Windows.
The only mention of determining the system platform is in setup.py.
Does it mean that when packaging into a wheel, I need to manually open it as a zip and add it by editing the metadata?
https://packaging.python.org/en/latest/specifications/core-metadata/
The text was updated successfully, but these errors were encountered: