[+] fix modules from .toml
This commit is contained in:
parent
24e116882d
commit
3459ee237e
@ -130,7 +130,7 @@ def pyproject_load(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if 'modules' in content['tool'][tool_name]:
|
if 'modules' in content['tool'][tool_name]:
|
||||||
modules = content['tool'][tool_name]
|
modules = content['tool'][tool_name]['modules']
|
||||||
assert isinstance(modules, list)
|
assert isinstance(modules, list)
|
||||||
|
|
||||||
# res.modules = []
|
# res.modules = []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = 'online.fxreader.pr34'
|
name = 'online.fxreader.pr34'
|
||||||
version = '0.1.5.16'
|
version = '0.1.5.16+28'
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
#"-r requirements.txt",
|
#"-r requirements.txt",
|
||||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+27-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+28-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.16+28-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user