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"