Browse Source

Test importlib import on travis

upstream/backport/20220103
Ruben Verweij 3 years ago
committed by Lorenzo ZOLFANELLI
parent
commit
270e42e5bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nd2reader/__init__.py

+ 1
- 1
nd2reader/__init__.py View File

@ -10,4 +10,4 @@ import importlib.metadata as importlib_metadata
try:
__version__ = importlib_metadata.version(__name__)
except:
print('Unable to read version number')
raise ValueError('Unable to read version number')

Loading…
Cancel
Save