moves wolfcrypt-py implementation to wrapper/python/wolfcrypt

This commit is contained in:
Moisés Guimarães
2016-08-16 10:18:20 -03:00
parent 68c43e4344
commit 08f6d23e84
31 changed files with 32 additions and 29 deletions

View File

@@ -117,8 +117,8 @@ Testing ``wolfcrypt``'s source code with ``tox`` :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To run the unit tests in the source code, you'll need ``tox`` and a few other
requirements. The source code relies at 'WOLFSSL_DIR/wrapper/python' where
WOLFSSL_DIR is the path of ``wolfssl``'s source code.
requirements. The source code relies at 'WOLFSSL_DIR/wrapper/python/wolfcrypt'
where WOLFSSL_DIR is the path of ``wolfssl``'s source code.
1. Make sure that the testing requirements are installed:

View File

@@ -20,7 +20,7 @@
metadata = dict(
__name__ = "wolfcrypt",
__version__ = "0.1.8",
__version__ = "0.1.9",
__license__ = "GPLv2 or Commercial License",
__author__ = "wolfSSL Inc.",
__author_email__ = "info@wolfssl.com",