From f70cc378c919d0a0a2195fda0e7a548f3ab9efde Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Sat, 22 Jun 2024 13:59:24 +0200 Subject: [PATCH] Updated pyproject.toml to fix the changes made in pypa/setuptools#4159 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fccf981..8ed5d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "labnode_async" +name = "labnode-async" authors = [ { name="Patrick Baus", email="patrick.baus@physik.tu-darmstadt.de" }, ]