Skip to content

Commit

Permalink
fix: nextflow.config path
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent 00d0558 commit 4f11d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ include LICENSE
include VERSION
include README.md
include main.nf
include nextflow.conf
include nextflow.config
exclude *.py[ocd]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Changelog = "https://github.com/CCBR/CRUISE/blob/main/docs/CHANGELOG.md"
cruise = "."

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

[tool.setuptools.dynamic]
version = {file = "VERSION"}
Expand Down

0 comments on commit 4f11d77

Please sign in to comment.