Skip to content

Commit

Permalink
fix: paths to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent 20be97c commit 1f67b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
recursive-include src
recursive-include bin
recursive-include conf
recursive-include assets
recursive-include modules
recursive-include submodules
include CITATION.cff
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Changelog = "https://github.com/CCBR/CRUISE/blob/main/docs/CHANGELOG.md"
cruise = "."

[tool.setuptools.package-data]
"*" = ["CITATION.cff", "LICENSE", "VERSION", "main.nf", "nextflow.conf", "bin/", "conf/", "modules/*/*", "submodules/*/*"]
"*" = ["CITATION.cff", "LICENSE", "VERSION", "main.nf", "nextflow.conf", "assets/*", "bin/*", "conf/*", "modules/*/*", "submodules/*/*"]

[tool.setuptools.dynamic]
version = {file = "src/VERSION"}
version = {file = "VERSION"}
readme = {file = "README.md"}

0 comments on commit 1f67b7e

Please sign in to comment.