We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6cc11fa commitfd9a7d3Copy full SHA for fd9a7d3
pgml-sdks/pgml/pyproject.toml
@@ -10,9 +10,6 @@ description = "Python SDK is designed to facilitate the development of scalable
10
authors = [
11
{name ="PostgresML",email ="team@postgresml.org"},
12
]
13
-homepage ="https://postgresml.org"
14
-repository ="https://github.com/postgresml/postgresml"
15
-documentation ="https://github.com/postgresml/postgresml/tree/master/pgml-sdks/python/pgml"
16
readme ="./python/README.md"
17
keywords = ["postgres","machine learning","vector databases","embeddings"]
18
classifiers = [
@@ -21,6 +18,10 @@ classifiers = [
21
"Programming Language :: Python :: Implementation :: PyPy",
22
19
23
20
+[project.urls]
+Homepage ="https://postgresml.org"
+Repository ="https://github.com/postgresml/postgresml"
24
+Documentation ="https://github.com/postgresml/postgresml/tree/master/pgml-sdks/pgml/python/"
25
26
[tool.maturin]
27
python-source ="python"