Skip to content

Commit

Permalink
Configure sdist content for scikit-build-core
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 6, 2024
1 parent f697e32 commit 20cd326
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 32 deletions.
32 changes: 0 additions & 32 deletions MANIFEST.in

This file was deleted.

13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,16 @@ MACOSX_DEPLOYMENT_TARGET = "10.14"
skip = ["*-win32", "pp*", "cp36-*", "cp37-*"]
test-command = ""
before-all = "bash {package}/scripts/build-ocl-windows.sh"

[tool.scikit-build]
sdist.exclude = [
".mypy_cache",
".ci",
".github",
".conda-ci-build-configure.sh",
"doc/upload-docs.sh",
".editorconfig",
"TODOs",
"run-*.sh",
"setup.cfg",
]

0 comments on commit 20cd326

Please # to comment.