mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
11 lines
162 B
TOML
11 lines
162 B
TOML
[build-system]
|
|
requires = ["setuptools>=45"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "chatmail"
|
|
version = "0.1"
|
|
dependencies = [
|
|
"pyinfra",
|
|
]
|