Skip to content

Commit

Permalink
Fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Sep 13, 2023
1 parent 43c41fb commit 4a22cc8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions teryt_tree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
from pkg_resources import get_distribution, DistributionNotFound

try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
# package is not installed
pass

0 comments on commit 4a22cc8

Please sign in to comment.