Skip to content

Commit

Permalink
fix: sources must be included in order to use the cached data
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Mar 12, 2024
1 parent eff6221 commit bc091c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"

sdist.include = [
"gaussianfft/_version.py", # generated by setuptools-scm
# Include cached donwloads / compiled dependencies
"sources",
]
sdist.exclude = [
"venv",
Expand Down

0 comments on commit bc091c3

Please sign in to comment.