Skip to content

Commit cc02909

Browse files
committed
Typo: python-requires → requires-python
1 parent aa0439a commit cc02909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/writing-pyproject-toml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ could use, e.g., ``pip install your-project-name[gui]`` to install your
115115
project with GUI support, adding the PyQt5 dependency.
116116

117117

118-
``python-requires``
118+
``requires-python``
119119
-------------------
120120

121121
This lets you declare the minimum version of Python that you support

0 commit comments

Comments
 (0)