setup kontor-schema

This commit is contained in:
Thomas Peetz
2025-04-21 21:45:06 +02:00
parent ee78af1abe
commit 6716103d0c
49 changed files with 1029 additions and 897 deletions
+8 -11
View File
@@ -1,19 +1,19 @@
[build-system]
requires = ["setuptools>=67", "wheel", "setuptools-git-versioning>=2.0,<3"]
build-backend = "setuptools.build_meta"
[project]
name = "kontor-cli"
name = "kontor-scripts"
version = "0.1.0"
dependencies = [
"mariadb",
"sqlmodel",
"pathlib",
"platformdirs",
"pyyaml",
"beautifulsoup4",
"sqlalchemy>=2.0.40",
"requests>=2.32.3",
"fastapi[standard]>=0.115.12",
"pytest>=8.3.5",
"pytest-cov>=6.1.1",
]
requires-python = ">=3.10"
requires-python = ">=3.12"
authors = [
{name = "Thomas Peetz", email = "thomas.peetz@thpeetz.de"}
]
@@ -27,7 +27,4 @@ classifiers = [
"Programming Language :: Python"
]
[project-scripts]
kontor = "kontor::main"
[tool.setuptools.packages.find]
where = ["."]
export = "export::main"