Skip to content

Commit

Permalink
chore: Remove [project] from pyproject.toml
Browse files Browse the repository at this point in the history
setuptools will stop working with this and we're not able to switch to
pyproject.toml until renovatebot/renovate#10187
  • Loading branch information
nijel committed Apr 17, 2023
1 parent cb8e762 commit 3def079
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel", "translate-toolkit"] # PEP 508 specifications.

[project]
requires-python = ">=3.7"

[tool.black]
target-version = ['py37']

Expand Down

0 comments on commit 3def079

Please sign in to comment.