Skip to content

Commit

Permalink
Ensure build directory isn't accidentally included in the sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent d2b36be commit 125bc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helics_apps-pip/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ wheel.py-api = "py2.py3"
wheel.expand-macos-universal-tags = true
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["helics_apps/_version.py"]
sdist.exclude = ["build"]
sdist.cmake = true

[tool.setuptools_scm] # Section required
Expand Down

0 comments on commit 125bc78

Please sign in to comment.