Skip to content

Commit

Permalink
chore(versioning): adding __version__ attribute to top level module w…
Browse files Browse the repository at this point in the history
…hich reads from distribution package metadata
  • Loading branch information
bpshaver committed Feb 8, 2023
1 parent 8afa30b commit 309c6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/daidepp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from importlib.metadata import version

from daidepp.daide_visitor import daide_visitor
from daidepp.grammar import create_daide_grammar
from daidepp.keywords import *

__version__ = version("daidepp")

0 comments on commit 309c6e3

Please sign in to comment.