[+] add check_type, add .whl

This commit is contained in:
Siarhei Siniak 2025-07-31 16:50:04 +03:00
parent e52980ef17
commit ba3fe1284c
3 changed files with 10 additions and 1 deletions

@ -5,7 +5,7 @@ project(
).stdout().strip('\n'),
# 'online.fxreader.uv',
# ['c', 'cpp'],
version: '0.1.5.17+27.23',
version: '0.1.5.18',
# default_options: [
# 'cpp_std=c++23',
# # 'prefer_static=true',

@ -172,6 +172,12 @@ def check_list(
)
def check_type(value: Any, VT: Type[Value]) -> Value:
assert isinstance(value, VT)
return value
def pyproject_load(
d: pathlib.Path,
) -> PyProject:

BIN
releases/whl/online_fxreader_pr34-0.1.5.18-py3-none-any.whl (Stored with Git LFS) Normal file

Binary file not shown.