Skip to content

Commit

Permalink
Manually set the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedor committed Nov 6, 2023
1 parent ea6cdc9 commit 2378e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@

import importlib.metadata

__version__ = importlib.metadata.version("perun-toolsuite")
__package__ = "perun-toolsuite"
__version__ = importlib.metadata.version(__package__)

0 comments on commit 2378e24

Please sign in to comment.