upload existing project

This commit is contained in:
2026-04-06 17:28:26 +02:00
parent f01c408c87
commit 6bd8fc08bc
12 changed files with 1402 additions and 1 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "kpmatch"
version = "0.1.0"
description = ""
authors = [
{name = "Louis DEVIE",email = "contact@louisdevie.fr"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
black = "^25.11.0"
coverage = "^7.11.3"