[+] finish pyproject.toml generation
1. release .whl 27.3;
This commit is contained in:
parent
d6f921eab6
commit
45836381e0
@ -557,7 +557,7 @@ class CLI(abc.ABC):
|
||||
argv: Optional[list[str]] = None,
|
||||
) -> None:
|
||||
import tomlkit
|
||||
import tomlkit.items
|
||||
import tomlkit.container
|
||||
|
||||
from . import cli_bootstrap
|
||||
from . import argparse as pr34_argparse
|
||||
@ -620,12 +620,9 @@ class CLI(abc.ABC):
|
||||
'w',
|
||||
) as f:
|
||||
p = pyproject2['project']
|
||||
assert isinstance(p, tomlkit.items.Item)
|
||||
n = p['name']
|
||||
assert isinstance(n, tomlkit.items.Item)
|
||||
n = module.name
|
||||
assert isinstance(p, tomlkit.container.Container)
|
||||
p['name'] = module.name
|
||||
|
||||
del n
|
||||
del p
|
||||
|
||||
tomlkit.dump(
|
||||
@ -633,5 +630,6 @@ class CLI(abc.ABC):
|
||||
f
|
||||
)
|
||||
del pyproject2
|
||||
del module
|
||||
|
||||
raise NotImplementedError
|
||||
# raise NotImplementedError
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = 'online.fxreader.pr34'
|
||||
version = '0.1.5.16+27.2'
|
||||
version = '0.1.5.16+27.3'
|
||||
|
||||
dependencies = [
|
||||
#"-r requirements.txt",
|
||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.3-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27.3-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user