From 6e05cc54e19c7427d168b6a6aacf1e0b74343d0e Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Tue, 16 Apr 2024 18:36:12 +0800 Subject: [PATCH] Correct the syntax of pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7103748..664466a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,9 @@ name = "eclipse-zenoh" version = "0.11.0-dev" description = "The python API for Eclipse zenoh" requires-python = ">=3.7" -author = "ZettaScale Zenoh team" -author_email = "zenoh@zettascale.tech" +authors = [ + { name = "ZettaScale Zenoh team", email = "zenoh@zettascale.tech"} +] classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.7", @@ -41,7 +42,6 @@ classifiers = [ "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", ] -zip_safe = false [project.urls] "Bug Tracker" = "https://github.com/eclipse-zenoh/zenoh-python/issues"