doveauth-http: deploying HTTP route for account creation

This commit is contained in:
missytake
2023-12-01 18:32:45 +01:00
parent ccfbb59e17
commit fbcf071e89
5 changed files with 26 additions and 0 deletions

View File

@@ -8,10 +8,12 @@ version = "0.1"
dependencies = [
"aiosmtpd",
"flask",
"gunicorn",
]
[project.scripts]
doveauth = "chatmaild.doveauth:main"
doveauth-http = "chatmaild.web:main"
filtermail = "chatmaild.filtermail:main"
[tool.pytest.ini_options]