-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the syntax of pyproject.toml
- Loading branch information
1 parent
cc6ba2e
commit 6e05cc5
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|