pypa/sampleproject

pyproject.toml: references a "python_requires" key that does not exist

Gadgetoid opened this issue · 2 comments

This line-

# checked by "pip install". See instead "python_requires" below.

References a "python_requires" below, which does not appear

This should probably say "requires-python".

di commented

Yes, looks like this was missed in #166.