Skip to content

Commit

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

Expand All @@ -18,8 +18,7 @@ readme = {"file" = "README.md", "content-type" = "text/markdown"}
requires-python = '>=3.8'
dependencies = [
'asn1crypto',
'cffi>=1.3.0 ; python_version < "3.12"',
'cffi>=1.15.1 ; python_version >= "3.12"',
'cffi>=1.3.0',
]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down Expand Up @@ -86,6 +85,7 @@ exclude = [
]

[tool.hatch.build.targets.wheel.hooks.scikit-build]
dependencies = ['scikit-build-core>=0.9.0']

# --- scikit-build-core ---
[tool.scikit-build]
Expand Down

0 comments on commit 0fd6857

Please sign in to comment.