forked from wolfSSL/wolfssl
fixes about
This commit is contained in:
@@ -63,7 +63,7 @@ author = u'wolfSSL'
|
||||
|
||||
base_dir = os.path.join(os.path.dirname(__file__), os.pardir)
|
||||
about = {}
|
||||
with open(os.path.join(base_dir, "wolfcrypt", "about.py")) as f:
|
||||
with open(os.path.join(base_dir, "wolfcrypt", "__about__.py")) as f:
|
||||
exec(f.read(), about)
|
||||
|
||||
version = release = about["__version__"]
|
||||
|
||||
Reference in New Issue
Block a user