fixes README extension
parent
7e5efb125f
commit
8d6c8d7b0f
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ setup(
|
||||||
name="wolfcrypt",
|
name="wolfcrypt",
|
||||||
version="0.1",
|
version="0.1",
|
||||||
description="A python wrapper for the wolfCrypt API",
|
description="A python wrapper for the wolfCrypt API",
|
||||||
long_description=open("README.rst", "rt").read(),
|
long_description=open("README.md", "rt").read(),
|
||||||
url="https://github.com/wolfssl/wolfcrypt-py",
|
url="https://github.com/wolfssl/wolfcrypt-py",
|
||||||
author="Moisés Guimarães",
|
author="Moisés Guimarães",
|
||||||
author_email="moises@wolfssl.com",
|
author_email="moises@wolfssl.com",
|
||||||
|
|
Loading…
Reference in New Issue