Skip to content

Commit

Permalink
fixup version import
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 5, 2024
1 parent ce2bd16 commit 2094131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadetect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
try:
from .version import * # generated by scons
except ImportError:
from ._version import *
from ._version import * # package is installed with setup.py for GHA

from .metadetect import (
do_metadetect,
Expand Down

0 comments on commit 2094131

Please sign in to comment.