Skip to content

Commit

Permalink
dist fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed May 29, 2024
1 parent b0d583f commit 74b22c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ include = [
"bio" = "biorun.__main__:run"
"fasta_filter.py" = "biorun.scripts.fasta_filter:run"

[tool.hatch.build.targets.sdist]
include = ["src/biorun/data/*"]
packages = [
"src/biorun",
]

[tool.hatch.build.targets.wheel]
include = ["src/biorun/data/*"]
packages = [
Expand Down

0 comments on commit 74b22c8

Please sign in to comment.