Skip to content

Commit

Permalink
Merge pull request #17 from ComputationalPhysiology/importlib-update
Browse files Browse the repository at this point in the history
Acessing 'Author' raises KeyError after change in importlib
  • Loading branch information
finsberg authored Jun 27, 2024
2 parents 209bf2c + 3ca8514 commit d54ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_logging.basicConfig(format="%(asctime)s - %(name)s - %(levelname)s - %(message)s")
meta = metadata("cardiac-mps")
__version__ = meta["Version"]
__author__ = meta["Author"]
__author__ = meta["Author-email"]
__license__ = meta["License"]
__email__ = meta["Author-email"]
__program_name__ = meta["Name"]
Expand Down

0 comments on commit d54ad9f

Please sign in to comment.