Skip to content

Commit

Permalink
Move pyproject.toml[build-system] on top
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Apr 16, 2024
1 parent cddf2a8 commit c8ee8fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"

[project]
name = "PROJECT"
authors = [
Expand Down Expand Up @@ -45,8 +49,4 @@ Homepage = "https://github.com/PROJECT_PATH"

[project.scripts]

[build-system]
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit c8ee8fc

Please sign in to comment.