introduce basic config file

This commit is contained in:
holger krekel
2023-12-08 18:29:05 +01:00
parent 652b9688d3
commit d8c8040f07
4 changed files with 88 additions and 1 deletions

View File

@@ -4,9 +4,10 @@ build-backend = "setuptools.build_meta"
[project]
name = "chatmaild"
version = "0.1"
version = "0.2"
dependencies = [
"aiosmtpd",
"iniconfig",
]
[project.scripts]