add doveauth entrypoint for lua

This commit is contained in:
missytake
2023-10-13 20:04:10 +02:00
parent 3b0037dc3a
commit 93a84617a8
7 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ build-backend = "setuptools.build_meta"
name = "doveauth"
version = "0.1"
[project.scripts]
doveauth = "doveauth.doveauth:main"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"