e2ff26f6bf
refs #28
17 lines
348 B
TOML
17 lines
348 B
TOML
[project]
|
|
name = "kontor-domain"
|
|
version = "0.2.0"
|
|
description = "Example setup of DDD"
|
|
readme = "README.md"
|
|
authors = [
|
|
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
|
|
]
|
|
maintainers = [
|
|
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"python-qpid-proton>=0.40.0",
|
|
]
|
|
|