Commit b269ab2e authored by nimrod's avatar nimrod
Browse files

Require Python 3.7 or later.

The version of Setuptools that has pyproject.toml/ PEP 621 support
requires Python 3.7 or later (supported version of Python).
parent 55417602
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ keywords = [
license = {file = "LICENSE.txt"}
name = "sampleproject"
readme = "README.rst"
requires-python = ">=3.7"

[project.scripts]
sampleproject = "sampleproject:main"