Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Oct 4, 2024
1 parent 4d905ce commit d9e4ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit"]
build-backend = "flit.buildapi"

[project]
name = "py-project-toml"
name = "forbids"
authors = [
{name = "Basile Pinsard", email = "[email protected]"},
]
Expand All @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11"
]
requires-python = ">=3.8.1"
requires-python = ">=3.11.0"
dynamic = ["version"]

dependencies = [
Expand Down

0 comments on commit d9e4ce3

Please sign in to comment.