Skip to content

Commit 21c5d8f

Browse files
author
oanatmaria
committed
Modify home url in pyproject.toml
1 parent e283b5f commit 21c5d8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "Aserto API client"
55
readme = "README.md"
66
authors = ["Aserto, Inc. <pypi@aserto.com>"]
77
maintainers = ["authereal <authereal@aserto.com>"]
8-
homepage = "https://github.com/aserto-dev/aserto-python/tree/HEAD/packages/aserto"
9-
repository = "https://github.com/aserto-dev/aserto-python/tree/HEAD/packages/aserto"
10-
documentation = "https://github.com/aserto-dev/aserto-python/tree/HEAD/packages/aserto"
8+
homepage = "https://github.com/aserto-dev/aserto-python/tree/HEAD"
9+
repository = "https://github.com/aserto-dev/aserto-python/tree/HEAD"
10+
documentation = "https://github.com/aserto-dev/aserto-python/tree/HEAD"
1111
license = "Apache-2.0"
1212
classifiers = [
1313
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)