18 lines
332 B
TOML
18 lines
332 B
TOML
|
|
[project]
|
||
|
|
name = "gogupdater"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = ""
|
||
|
|
authors = [
|
||
|
|
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
|
||
|
|
]
|
||
|
|
requires-python = ">=3.14,<3.15"
|
||
|
|
dependencies = [
|
||
|
|
]
|
||
|
|
|
||
|
|
[tool.poetry]
|
||
|
|
package-mode = false
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||
|
|
build-backend = "poetry.core.masonry.api"
|