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 4000b13
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
@@ -1,3 +1,8 @@

[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 +50,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 4000b13

Please sign in to comment.