Skip to content

Commit

Permalink
fix metadata key (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Mar 13, 2024
1 parent f1371df commit 608a669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_atlasapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

try:
__version__ = metadata("brainglobe-atlasapi")["Version"]
__author__ = metadata("brainglobe-atlasapi")["Author"]
__author__ = metadata("brainglobe-atlasapi")["Author-email"]
del metadata
except PackageNotFoundError:
# package is not installed
Expand Down

0 comments on commit 608a669

Please sign in to comment.