From a8c1af321944ecde9c65b0c572c469a05bb39e7c Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 22 Jan 2024 10:06:24 -0500 Subject: [PATCH] bugfix --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c45b51b..8f0a33f 100644 --- a/setup.py +++ b/setup.py @@ -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',