From 21c5d8ff2fc62777a0b5ea56b45ad671e8f3ec4a Mon Sep 17 00:00:00 2001 From: oanatmaria Date: Tue, 16 Jan 2024 12:44:01 +0200 Subject: [PATCH] Modify home url in pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7fa972..00ce510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ description = "Aserto API client" readme = "README.md" authors = ["Aserto, Inc. "] maintainers = ["authereal "] -homepage = "https://github.com/aserto-dev/aserto-python/tree/HEAD/packages/aserto" -repository = "https://github.com/aserto-dev/aserto-python/tree/HEAD/packages/aserto" -documentation = "https://github.com/aserto-dev/aserto-python/tree/HEAD/packages/aserto" +homepage = "https://github.com/aserto-dev/aserto-python/tree/HEAD" +repository = "https://github.com/aserto-dev/aserto-python/tree/HEAD" +documentation = "https://github.com/aserto-dev/aserto-python/tree/HEAD" license = "Apache-2.0" classifiers = [ "Intended Audience :: Developers",