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
It's otherwise all too easy to create a setup.cfg that (silently) does the wrong thing.
setup.cfg
See #1532 for an example.
Non-exhaustive list:
long_description_type
setup_requires
python_requires
py_modules
The text was updated successfully, but these errors were encountered:
Is this issue closed ?
Sorry, something went wrong.
No.
This issue has a merged PR referencing this. Can this be closed?
I just checked the docs and they don't address the versions listed above. I'm going to add those and call it done.
eba81f6
No branches or pull requests
It's otherwise all too easy to create a
setup.cfg
that (silently) does the wrong thing.See #1532 for an example.
Non-exhaustive list:
long_description_type
: 38.3.0setup_requires
: 36.7.0python_requires
andpy_modules
: 34.4.0The text was updated successfully, but these errors were encountered: