Loading .gitignore +3 −0 Original line number Diff line number Diff line # Python object cache *.py[co] # Packages *.whl # Test results /results/ pyproject.toml +4 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,10 @@ authors = [ license = {file = "LICENCE.txt"} readme = "README.md" dynamic = ["version", "description"] requires-python = "~=3.9" # https://github.com/pypa/flit/issues/476 requires-python = ">=3.9,<4" dependencies = [ "jinja2", ] Loading Loading
.gitignore +3 −0 Original line number Diff line number Diff line # Python object cache *.py[co] # Packages *.whl # Test results /results/
pyproject.toml +4 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,10 @@ authors = [ license = {file = "LICENCE.txt"} readme = "README.md" dynamic = ["version", "description"] requires-python = "~=3.9" # https://github.com/pypa/flit/issues/476 requires-python = ">=3.9,<4" dependencies = [ "jinja2", ] Loading