Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-hex committed Jan 22, 2024
1 parent faaf8f0 commit a8c1af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
with open("README.md", "r") as fh:
long_description = fh.read()

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

setup(
name='bbqr',
Expand Down

0 comments on commit a8c1af3

Please sign in to comment.