Revision 0866cbdff16e55a5e5d8c9efcab84fdd04d89d26 authored by Dmitri Naumov on 17 September 2021, 12:28:05 UTC, committed by Dmitri Naumov on 22 September 2021, 09:23:01 UTC
And with it all of the checks and recalculations are obsolete
and removed too.
1 parent f803723
Raw File
pyproject.in.toml
[tool.poetry]
name = "ogs-build"
version = "@OGS_VERSION@"            # is written just once, maybe outdated
description = "CMake auto-generated"
authors = [""]

[tool.poetry.dependencies]
python = "@Python3_VERSION@"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
back to top