17 lines
302 B
TOML
17 lines
302 B
TOML
|
|
[project]
|
||
|
|
name = "cyclinglib"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = ""
|
||
|
|
authors = [
|
||
|
|
{name = "Filip",email = "filip.strajnar@gmail.com"}
|
||
|
|
]
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.13"
|
||
|
|
dependencies = [
|
||
|
|
]
|
||
|
|
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||
|
|
build-backend = "poetry.core.masonry.api"
|