From b4131cea2d4d6845f6bc81e24ad58e7c5915f081 Mon Sep 17 00:00:00 2001 From: SilasMarvin <19626586+SilasMarvin@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:22:25 -0700 Subject: [PATCH 1/2] Updated documentation link --- pgml-sdks/pgml/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgml-sdks/pgml/pyproject.toml b/pgml-sdks/pgml/pyproject.toml index df7bfa417..a921f53a4 100644 --- a/pgml-sdks/pgml/pyproject.toml +++ b/pgml-sdks/pgml/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] homepage = "https://postgresml.org" repository = "https://github.com/postgresml/postgresml" -documentation = "https://github.com/postgresml/postgresml/tree/master/pgml-sdks/python/pgml" +documentation = "https://github.com/postgresml/postgresml/tree/master/pgml-sdks/pgml/python/" readme = "./python/README.md" keywords = ["postgres","machine learning","vector databases","embeddings"] classifiers = [ From e9e91eff5cb4e995db08ad5241d55d6548ae97a8 Mon Sep 17 00:00:00 2001 From: SilasMarvin <19626586+SilasMarvin@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:05:07 -0700 Subject: [PATCH 2/2] Updated pyproject.toml --- pgml-sdks/pgml/pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pgml-sdks/pgml/pyproject.toml b/pgml-sdks/pgml/pyproject.toml index a921f53a4..db72e5105 100644 --- a/pgml-sdks/pgml/pyproject.toml +++ b/pgml-sdks/pgml/pyproject.toml @@ -10,9 +10,6 @@ description = "Python SDK is designed to facilitate the development of scalable authors = [ {name = "PostgresML", email = "team@postgresml.org"}, ] -homepage = "https://postgresml.org" -repository = "https://github.com/postgresml/postgresml" -documentation = "https://github.com/postgresml/postgresml/tree/master/pgml-sdks/pgml/python/" readme = "./python/README.md" keywords = ["postgres","machine learning","vector databases","embeddings"] classifiers = [ @@ -21,6 +18,10 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] +[project.urls] +Homepage = "https://postgresml.org" +Repository = "https://github.com/postgresml/postgresml" +Documentation = "https://github.com/postgresml/postgresml/tree/master/pgml-sdks/pgml/python/" [tool.maturin] python-source = "python"