Skip to content

Commit c46492b

Browse files
authored
rename zlgcan-driver-py to zlgcan (#1946)
Co-authored-by: zariiii9003 <zariiii9003@users.noreply.github.com>
1 parent 6058ab9 commit c46492b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/plugin-interface.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The table below lists interface drivers that can be added by installing addition
7373
+----------------------------+-------------------------------------------------------+
7474
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
7575
+----------------------------+-------------------------------------------------------+
76-
| `zlgcan-driver-py`_ | Python wrapper for zlgcan-driver-rs |
76+
| `zlgcan`_ | Python wrapper for zlgcan-driver-rs |
7777
+----------------------------+-------------------------------------------------------+
7878
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
7979
+----------------------------+-------------------------------------------------------+
@@ -82,6 +82,6 @@ The table below lists interface drivers that can be added by installing addition
8282
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
8383
.. _python-can-remote: https://github.com/christiansandberg/python-can-remote
8484
.. _python-can-sontheim: https://github.com/MattWoodhead/python-can-sontheim
85-
.. _zlgcan-driver-py: https://github.com/zhuyu4839/zlgcan-driver
85+
.. _zlgcan: https://github.com/jesses2025smith/zlgcan-driver
8686
.. _python-can-cando: https://github.com/belliriccardo/python-can-cando
8787

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pcan = ["uptime~=3.0.1"]
7070
remote = ["python-can-remote"]
7171
sontheim = ["python-can-sontheim>=0.1.2"]
7272
canine = ["python-can-canine>=0.2.2"]
73-
zlgcan = ["zlgcan-driver-py"]
73+
zlgcan = ["zlgcan"]
7474
viewer = [
7575
"windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
7676
]

0 commit comments

Comments
 (0)