hompage fix

This commit is contained in:
controllerzz 2025-12-11 18:44:58 +03:00
parent b101560778
commit df808b6641
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "carbus-lib"
version = "0.1.0"
version = "0.1.1"
description = "Async CAN / ISO-TP / UDS library for Car Bus Analyzer"
readme = "README.md"
requires-python = ">=3.10"
@ -17,7 +17,7 @@ dependencies = [
]
[project.urls]
Homepage = "https://github.com/controllerzz/car_bus_lib"
Homepage = "https://github.com/controllerzz/carbus_lib"
[tool.setuptools]
package-dir = {"" = "."}