Fix other things found after PyPi push
parent
99486e6441
commit
82937f2f1b
|
@ -11,7 +11,7 @@ wolfcrypt: the wolfSSL Crypto Engine
|
||||||
lightweight, portable, C-language-based crypto library
|
lightweight, portable, C-language-based crypto library
|
||||||
targeted at IoT, embedded, and RTOS environments primarily because of its size,
|
targeted at IoT, embedded, and RTOS environments primarily because of its size,
|
||||||
speed, and feature set. It works seamlessly in desktop, enterprise, and cloud
|
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>`_.
|
library <https://wolfssl.com/wolfSSL/Products-wolfssl.html>`_.
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
|
|
7
setup.py
7
setup.py
|
@ -68,10 +68,11 @@ setup(
|
||||||
u"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
u"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
||||||
u"License :: Other/Proprietary License",
|
u"License :: Other/Proprietary License",
|
||||||
u"Operating System :: OS Independent",
|
u"Operating System :: OS Independent",
|
||||||
u"Programming Language :: Python :: 2.7",
|
u"Programming Language :: Python :: 3",
|
||||||
u"Programming Language :: Python :: 3.4",
|
|
||||||
u"Programming Language :: Python :: 3.5",
|
|
||||||
u"Programming Language :: Python :: 3.6",
|
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",
|
||||||
u"Topic :: Security :: Cryptography",
|
u"Topic :: Security :: Cryptography",
|
||||||
u"Topic :: Software Development"
|
u"Topic :: Software Development"
|
||||||
|
|
Loading…
Reference in New Issue