v0.1.7 add remote server, agent, client

This commit is contained in:
controllerzz
2025-12-24 20:01:47 +03:00
parent b91733c713
commit 63e6ed4ffd
5 changed files with 88 additions and 6 deletions
+5 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "carbus-lib"
version = "0.1.6"
version = "0.1.7"
description = "Async CAN / ISO-TP / UDS library for Car Bus Analyzer"
readme = "README.md"
requires-python = ">=3.10"
@@ -25,3 +25,7 @@ package-dir = {"" = "."}
[tool.setuptools.packages.find]
where = ["."]
include = ["carbus_async*", "isotp_async*", "uds_async*"]
[project.scripts]
carbus-relay-server = "carbus_async.remote.server:main"
carbus-relay-agent = "carbus_async.remote.agent:main"