Initial commit

This commit is contained in:
2025-12-15 13:01:11 +01:00
commit a409072428
10 changed files with 250 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[build-system]
requires = [
"setuptools>=61.0",
]
build-backend = "setuptools.build_meta"
[project]
name = "ArielleCollect"
description = "Application for collect data from Arielle (id.3)"
dynamic = ["version"]
requires-python = ">=3.9"
authors = [
{ name = "Jens Ahrensfeld" }
]
dependencies = [
"CarConnectivity[all] @ git+https://github.com/tillsteinbach/CarConnectivity.git@main"
]
readme = "README.md"
[project.scripts]
post_install = "arielle_collect.post_install:main"
[tool.setuptools]
package-dir = {"" = "src"}
packages = ["arielle_collect"]