[+] improve module_switch
This commit is contained in:
parent
db50a5c09e
commit
a5818c70d9
@ -558,6 +558,7 @@ class CLI(abc.ABC):
|
||||
) -> None:
|
||||
import tomlkit
|
||||
import tomlkit.container
|
||||
import tomlkit.items
|
||||
|
||||
from . import cli_bootstrap
|
||||
from . import argparse as pr34_argparse
|
||||
@ -620,7 +621,7 @@ class CLI(abc.ABC):
|
||||
'w',
|
||||
) as f:
|
||||
p = pyproject2['project']
|
||||
assert isinstance(p, tomlkit.container.Container)
|
||||
assert isinstance(p, tomlkit.items.Table)
|
||||
p['name'] = module.name
|
||||
|
||||
del p
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = 'online.fxreader.pr34'
|
||||
version = '0.1.5.16+27.5'
|
||||
version = '0.1.5.16+27.6'
|
||||
|
||||
dependencies = [
|
||||
#"-r requirements.txt",
|
||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.6-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.6-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user