1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-03 13:48:47 +00:00

Rename kloop.ktls to kloop.tls

This commit is contained in:
Fantix King 2022-06-12 19:56:00 -04:00
parent 9bdf0d1834
commit 19803cd298
No known key found for this signature in database
GPG key ID: 95304B04071CCDB4
3 changed files with 2 additions and 2 deletions

View file

@ -46,8 +46,8 @@ setup(
depends=[RESOLVER_LIB],
),
Extension(
"kloop.ktls",
["src/kloop/ktls.pyx"],
"kloop.tls",
["src/kloop/tls.pyx"],
libraries=[
lib.strip().removeprefix("-l")
for lib in sysconfig.get_config_var("OPENSSL_LIBS").split()