Skip to content

Commit a8c1af3

Browse files
committed
bugfix
1 parent faaf8f0 commit a8c1af3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
with open("README.md", "r") as fh:
2525
long_description = fh.read()
2626

27-
from bbqr.version import __version__
27+
# get the version w/o importing anything other parts which might need requirements
28+
exec(open('bbqr/version.py').read())
2829

2930
setup(
3031
name='bbqr',

0 commit comments

Comments
 (0)