Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
build: bump setuptools requirement (#606)
Browse files Browse the repository at this point in the history
Version 61 is needed for parsing pyproject.toml correctly.
  • Loading branch information
MindTooth committed Aug 4, 2023
1 parent e9740e1 commit 06130d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ nina-ui = "ui.run:serve"
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
"setuptools_scm[toml]>=3.4",
"wheel",
"setuptools>=61",
"setuptools_scm[toml]>=6.2",
]

[tool.setuptools]
Expand Down

0 comments on commit 06130d6

Please sign in to comment.