From cfbde0f06bd16baf1979df69a0539220b30ba9a4 Mon Sep 17 00:00:00 2001 From: Mark Jonas Date: Tue, 22 Jul 2025 09:21:46 +0200 Subject: [PATCH 1/2] pyproject: update project homepage Signed-off-by: Mark Jonas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe0ffda2..299e8f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["version"] local_scheme = "no-local-version" [project.urls] -"Homepage" = "https://github.com/labgrid-project/pyserial-labgrid" +"Homepage" = "https://github.com/labgrid-project/pyserial" "Bug Tracker" = "https://github.com/labgrid-project/labgrid/issues" [project.scripts] From 26c6535390d61158ef4784782f146f51561c62d8 Mon Sep 17 00:00:00 2001 From: Mark Jonas Date: Tue, 22 Jul 2025 09:23:35 +0200 Subject: [PATCH 2/2] documentation: correct project homepage Signed-off-by: Mark Jonas --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0d0fa9ce..45725323 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ proper fork which: - integrates rfc2217 fixes - will be available as pyserial-labgrid on pypi -- Project Homepage: https://github.com/pyserial/pyserial-labgrid +- Project Homepage: https://github.com/labgrid-project/pyserial - Download Page: https://pypi.python.org/pypi/pyserial-labgrid BSD license, (C) 2001-2020 Chris Liechti @@ -48,9 +48,9 @@ Windows installers are also available (see download link above). or -To install this package with conda run: +To install this package with conda run: -``conda install -c conda-forge pyserial`` +``conda install -c conda-forge pyserial`` conda builds are available for linux, mac and windows.