This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 5cbeaf01fe8e3ab49256bc798e1c2e933697b3aa
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Aug 6 17:32:15 2023 +0200

    Update pyproject.toml url metadata to include user-friendly formatting
    and add more useful links.
---
 pyproject.toml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index f0628b653..c2cb37ee6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -61,12 +61,16 @@ dynamic = ["version", "readme"]
 
 [project.urls]
 # Threre seems to be known bug with homepage and pyproject.yaml 
https://github.com/pypa/packaging-problems/issues/606
-homepage = "https://libcloud.apache.org";
-documentation = "https://libcloud.readthedocs.io";
-security = "https://libcloud.apache.org/security.html";
-source = "https://github.com/apache/libcloud";
-issues = "https://github.com/apache/libcloud/issues";
-changelog = "https://github.com/apache/libcloud/blob/trunk/CHANGES.rst";
+Homepage = "https://libcloud.apache.org";
+Documentation = "https://libcloud.readthedocs.io";
+"Mailing list" = "https://libcloud.apache.org/community.html#mailing-lists";
+Security = "https://libcloud.apache.org/security.html";
+Repository = "https://github.com/apache/libcloud";
+Tests = "https://github.com/apache/libcloud/tree/trunk/libcloud/test";
+Coverage = "https://app.codecov.io/github/apache/libcloud";
+Issues = "https://github.com/apache/libcloud/issues";
+Distribution = "https://pypi.org/project/apache-libcloud";
+Changelog = "https://github.com/apache/libcloud/blob/trunk/CHANGES.rst";
 
 
 [project.optional-dependencies]

Reply via email to