Merge doveauth and filtermail folders

This commit is contained in:
link2xt
2023-10-15 16:04:38 +00:00
parent b548a8ddbd
commit 40ad67dc20
12 changed files with 6 additions and 6 deletions

View File

@@ -10,9 +10,9 @@ dependencies = [
]
[project.scripts]
doveauth = "doveauth.doveauth:main"
doveauth-dictproxy = "doveauth.dictproxy:main"
filtermail = "filtermail.filtermail:main"
doveauth = "chatmaild.doveauth:main"
doveauth-dictproxy = "chatmaild.dictproxy:main"
filtermail = "chatmaild.filtermail:main"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"