making it work

This commit is contained in:
holger krekel
2023-12-09 15:15:40 +01:00
parent 2e7f8483b3
commit 542decf798
10 changed files with 287 additions and 128 deletions

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45"]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
@@ -12,9 +12,13 @@ dependencies = [
"markdown",
"pytest",
"setuptools>=68",
"termcolor",
"tox",
]
[project.scripts]
cmdeploy = "deploy_chatmail.cmdeploy:main"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"