18 lines
347 B
TOML
18 lines
347 B
TOML
[project]
|
|
name = "local-updater"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Isaac Shoebottom",email = "ir.shoebottom@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"tomlkit (>=0.13.2,<0.14.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|