Format changes and changing before_install to script for 3.9 builds

This commit is contained in:
Micah Jerome Ellison 2020-08-08 12:46:23 -07:00
parent 9fb47e57ff
commit 040007f554
2 changed files with 11 additions and 5 deletions

View file

@ -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)