Skip to content

Commit

Permalink
fix: Remove errorneous "[project]" section from pyproject.toml
Browse files Browse the repository at this point in the history
We are using setup.cfg as the primary build configuration for now.
  • Loading branch information
achimnol committed Feb 1, 2024
1 parent c9f6080 commit d099910
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 @@
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

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

[tool.setuptools_scm]
version_scheme = "release-branch-semver"

Expand Down

0 comments on commit d099910

Please sign in to comment.