Fix other things found after PyPi push

pull/47/head
Andrew Hutchings 2022-05-11 17:46:57 +01:00 committed by Daniele Lacamera
parent 99486e6441
commit 82937f2f1b
2 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@ wolfcrypt: the wolfSSL Crypto Engine
lightweight, portable, C-language-based crypto library
targeted at IoT, embedded, and RTOS environments primarily because of its size,
speed, and feature set. It works seamlessly in desktop, enterprise, and cloud
environments as well. It is the crypto engine behind `wolfSSl's embedded ssl
environments as well. It is the crypto engine behind `wolfSSL's embedded ssl
library <https://wolfssl.com/wolfSSL/Products-wolfssl.html>`_.
Compiling

View File

@ -68,10 +68,11 @@ setup(
u"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
u"License :: Other/Proprietary License",
u"Operating System :: OS Independent",
u"Programming Language :: Python :: 2.7",
u"Programming Language :: Python :: 3.4",
u"Programming Language :: Python :: 3.5",
u"Programming Language :: Python :: 3",
u"Programming Language :: Python :: 3.6",
u"Programming Language :: Python :: 3.7",
u"Programming Language :: Python :: 3.8",
u"Programming Language :: Python :: 3.9",
u"Topic :: Security",
u"Topic :: Security :: Cryptography",
u"Topic :: Software Development"