Skip to content

Commit

Permalink
pyproject: Require at least setuptools 61.0
Browse files Browse the repository at this point in the history
This version added support for pyproject.toml files.
  • Loading branch information
Moguri committed Oct 13, 2024
1 parent ad32868 commit d23ef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"panda3d-blend2bam >= 0.24.0",
"tomli >= 2.0.1",
"rich ~= 13.5.0",
'setuptools; python_version >= "3.12"',
"setuptools >= 61.0",
]
requires-python = ">= 3.8"

Expand Down

0 comments on commit d23ef1d

Please sign in to comment.