Skip to content

Commit

Permalink
Merge pull request #23 from brainglobe/smg/cellfinder-workflow-cli-w-…
Browse files Browse the repository at this point in the history
…tests

Cellfinder workflow CLI input argument with tests
  • Loading branch information
sfmig authored Oct 13, 2023
2 parents fa48258 + f16c6b9 commit 86754ed
Show file tree
Hide file tree
Showing 8 changed files with 939 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include README.md
exclude .pre-commit-config.yaml

recursive-include brainglobe_workflows *.py
include brainglobe_workflows/cellfinder/default_config.json

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
2 changes: 1 addition & 1 deletion brainglobe_workflows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import PackageNotFoundError, version

try:
__version__ = version("brainglobe-scripts")
__version__ = version("brainglobe-workflows")
except PackageNotFoundError:
# package is not installed
pass
Empty file.
Loading

0 comments on commit 86754ed

Please sign in to comment.