Skip to content

Commit

Permalink
new commit with work from temporary repo
Browse files Browse the repository at this point in the history
decided to keep everything here instead of in `brainglobe-scripts`
`brainglobe-scripts` is now obsolete.
  • Loading branch information
alessandrofelder committed Sep 18, 2023
1 parent fa48258 commit 7da0731
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# brainglobe-workflows
# brainglobe-scripts
7 changes: 7 additions & 0 deletions brainglobe_scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from importlib.metadata import PackageNotFoundError, version

try:
__version__ = version("brainglobe-scripts")
except PackageNotFoundError:
# package is not installed
pass
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "brainglobe-workflows"
authors = [{name = "BrainGlobe developers", email= "[email protected]"}]
description = "A place to keep scripts to use as benchmarks, user-examples end-to-end tests and for tutorials"
description = "A place to keep scripts to use as benchmarks, user-facing examples, end-to-end tests and for tutorials"
readme = "README.md"
requires-python = ">=3.8.0"
dynamic = ["version"]
Expand Down

0 comments on commit 7da0731

Please sign in to comment.