We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe36f15 + 5a2b245 commit 578390dCopy full SHA for 578390d
setup.py
@@ -22,12 +22,12 @@ def read(fname):
22
version=read("pinecone/__version__").strip(),
23
description="Pinecone client and SDK",
24
license="Proprietary License",
25
- long_description=long_desc,
+ long_description=read("README.md"),
26
long_description_content_type="text/markdown",
27
url="https://www.pinecone.io/",
28
project_urls={
29
"Homepage": "https://www.pinecone.io",
30
- "Documentation": "https://docs.beta.pinecone.io/en/latest/index.html",
+ "Documentation": "https://pinecone.io/docs",
31
"Contact": "https://www.pinecone.io/contact/",
32
"End-User License Agreement": "https://www.pinecone.io/thin-client-user-agreement/"
33
},
0 commit comments