Skip to content

Commit

Permalink
Correct the syntax of pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Apr 16, 2024
1 parent cc6ba2e commit 6e05cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
authors = [
{ name = "ZettaScale Zenoh team", email = "[email protected]"}
]
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
Expand All @@ -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"
Expand Down

0 comments on commit 6e05cc5

Please sign in to comment.