updates docs template

This commit is contained in:
Moisés Guimarães
2016-04-29 16:25:53 -03:00
parent 1efd1343ee
commit 69ac477976
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ os.chdir(os.path.dirname(sys.argv[0]) or ".")
setup(
name="wolfcrypt",
version="0.1",
version="0.0.1",
description="A python wrapper for the wolfCrypt API",
long_description=open("README.rst", "rt").read(),
url="https://github.com/wolfssl/wolfcrypt-py",