18 lines
333 B
TOML
18 lines
333 B
TOML
|
|
[project]
|
||
|
|
name = "proculite-heart"
|
||
|
|
version = "0.0.1"
|
||
|
|
description = ""
|
||
|
|
authors = [
|
||
|
|
{name = "Your Name",email = "you@example.com"}
|
||
|
|
]
|
||
|
|
license = {text = "Apache-2.0"}
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.9"
|
||
|
|
dependencies = [
|
||
|
|
]
|
||
|
|
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||
|
|
build-backend = "poetry.core.masonry.api"
|