mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-12 18:06:14 +02:00
Format changes and changing before_install to script for 3.9 builds
This commit is contained in:
parent
9fb47e57ff
commit
040007f554
2 changed files with 11 additions and 5 deletions
|
@ -2,7 +2,7 @@ import toml
|
|||
|
||||
pyproject = toml.load("pyproject.toml")
|
||||
|
||||
pyproject['tool']['poetry']['dependencies']['python'] = "*"
|
||||
pyproject["tool"]["poetry"]["dependencies"]["python"] = "*"
|
||||
|
||||
with open("pyproject.toml", "w") as toml_file:
|
||||
toml.dump(pyproject, toml_file)
|
||||
toml.dump(pyproject, toml_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue