Skip to content

Commit

Permalink
WIP: Exclude unwanted file from source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Mar 25, 2024
1 parent e0af3b1 commit 3ed13bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ casacore/*/_*.so
python_casacore.egg-info/
casacore.egg-info/
*~
*.bak
*.log
.coverage
.virtualenv/
.virtualenv3/
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ cmake.version = ">=3.15"
ninja.version = ">=1.5"
logging.level = "INFO"
install.components = ["data", "libraries"]
sdist.exclude = [".github", ".gitignore"]
wheel.packages = ["casacore", "pyrap"]

[tool.scikit-build.cmake.define]
Expand Down

0 comments on commit 3ed13bc

Please sign in to comment.