Skip to content

Commit

Permalink
disable running cmake for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Aug 19, 2024
1 parent a8b5453 commit e1205d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Repository = "https://github.com/benbovy/spherely"
[project.optional-dependencies]
test = ["pytest>=6.0"]

[tool.scikit-build]
sdist.exclude = [".github"]
sdist.cmake = false

[tool.mypy]
files = ["tests", "src/spherely.pyi"]
show_error_codes = true
Expand Down

0 comments on commit e1205d4

Please sign in to comment.