@@ -0,0 +1,16 @@
|
||||
[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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user