Skip to content

Commit

Permalink
(fix) nope, setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Apr 21, 2024
1 parent 3440205 commit 8d5a55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
requires = [
'scikit-build-core>=0.9.0',
'hatchling',
'cffi>=1.3.0 ; python_version < "3.12"',
'cffi>=1.16 ; python_version >= "3.12"',
'setuptools>=42.0.0',
'cffi>=1.3.0,
]
build-backend = 'hatchling.build'

Expand Down

0 comments on commit 8d5a55e

Please sign in to comment.