initial commit, mostly copied from another repo

This commit is contained in:
holger krekel
2023-10-12 15:06:48 +02:00
parent 54e7128abc
commit 8f70c4049a
17 changed files with 693 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[build-system]
requires = ["setuptools>=45"]
build-backend = "setuptools.build_meta"
[project]
name = "chatmail"
version = "0.1"