We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d1563 commit 3344586Copy full SHA for 3344586
README.md
@@ -231,7 +231,7 @@ that requires Python 3.8.
231
2. A `pyproject.toml` with a `project.requires-python` field exists.
232
In such case the requirement specified in the field will be used
233
if no `.python-version` file exists.
234
- 3. A `setup.cfg` with a `options.python_requirs` field exists.
+ 3. A `setup.cfg` with an `options.python_requires` field exists.
235
236
if no `.python-version` or `pyproject.toml` files exist.
237
4. If no other source of version requirement was found, then
0 commit comments