18 lines
336 B
TOML
18 lines
336 B
TOML
[project]
|
|
name = "schedls"
|
|
version = "0.0.1"
|
|
description = ""
|
|
authors = [
|
|
{name = "Marco D'Aleo",email = "marco@marcodaleo.com"}
|
|
]
|
|
license = "GPL-3.0-or-later"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10,<4.0"
|
|
dependencies = [
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|