mirror of
https://gitee.com/fantix/kloop.git
synced 2024-11-24 03:11:01 +00:00
Rename kloop.ktls to kloop.tls
This commit is contained in:
parent
9bdf0d1834
commit
19803cd298
3 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -46,8 +46,8 @@ setup(
|
||||||
depends=[RESOLVER_LIB],
|
depends=[RESOLVER_LIB],
|
||||||
),
|
),
|
||||||
Extension(
|
Extension(
|
||||||
"kloop.ktls",
|
"kloop.tls",
|
||||||
["src/kloop/ktls.pyx"],
|
["src/kloop/tls.pyx"],
|
||||||
libraries=[
|
libraries=[
|
||||||
lib.strip().removeprefix("-l")
|
lib.strip().removeprefix("-l")
|
||||||
for lib in sysconfig.get_config_var("OPENSSL_LIBS").split()
|
for lib in sysconfig.get_config_var("OPENSSL_LIBS").split()
|
||||||
|
|
Loading…
Reference in a new issue