From f9157841c5160453c18b9736a547516a31b162fb Mon Sep 17 00:00:00 2001 From: Benedikt Burger <67148916+bmoneke@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:49:21 +0200 Subject: [PATCH] Documentation fixes. --- .github/workflows/pyleco_CI.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyleco_CI.yml b/.github/workflows/pyleco_CI.yml index 3e8ed1b3..1f2c0f9d 100644 --- a/.github/workflows/pyleco_CI.yml +++ b/.github/workflows/pyleco_CI.yml @@ -100,7 +100,7 @@ jobs: hide-comment: false report-only-changed-files: false remove-link-from-badge: false - unique-id-for-comment: python3.8 + unique-id-for-comment: python3 junitxml-path: ./pytest.xml junitxml-title: Coverage Summary test: diff --git a/pyproject.toml b/pyproject.toml index 6f81f1e4..026517ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pyleco" version = "0.0.1.dev" authors = [ - { name="PyMeasure Developers" }, + { name="PyLECO Developers" }, ] description = "Python reference implementation of the Laboratory Experiment COntrol (LECO) protocol" readme = "README.md"