[+] update cli.py, fix assert
This commit is contained in:
parent
680671e34b
commit
14f0a66c67
@ -5,7 +5,7 @@ project(
|
||||
).stdout().strip('\n'),
|
||||
# 'online.fxreader.uv',
|
||||
# ['c', 'cpp'],
|
||||
version: '0.1.5.31',
|
||||
version: '0.1.5.32',
|
||||
# default_options: [
|
||||
# 'cpp_std=c++23',
|
||||
# # 'prefer_static=true',
|
||||
|
||||
@ -889,7 +889,8 @@ class CLI(abc.ABC):
|
||||
'w',
|
||||
) as f:
|
||||
p = pyproject2['project']
|
||||
assert isinstance(p, tomlkit.items.Table)
|
||||
# assert isinstance(p, tomlkit.items.Table)
|
||||
assert isinstance(p, MutableMapping)
|
||||
p['name'] = module.name
|
||||
|
||||
if not pyproject2['tool']:
|
||||
|
||||
BIN
releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user