build: drop makefile

It has been a while since we moved to tox. Lets also drop makefile since
it seems to be useless with tox
This commit is contained in:
2023-12-16 16:11:11 +02:00
parent 58e702213d
commit 5fb93bd331
10 changed files with 96 additions and 98 deletions

View File

@ -82,3 +82,15 @@ web = [
"cryptography",
"requests-unixsocket", # required by unix socket support
]
[tool.flit.sdist]
include = [
"AUTHORS",
"CONTRIBUTING.md",
"SECURITY.md",
"package",
"web.png",
]
exclude = [
"package/archlinux",
]