fixes about

This commit is contained in:
Moisés Guimarães
2016-05-05 12:48:47 -03:00
parent 9e9fd24d68
commit b0c23ceafa
6 changed files with 90 additions and 80 deletions

View File

@@ -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__"]