Skip to content

Commit 4b64d37

Browse files
authored
Merge pull request #1 from picahq/additionaal-project-links
docs: additional project links to display on PyPi
2 parents c952655 + 8233145 commit 4b64d37

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup.py

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pica-langchain",
5-
version="1.0.1",
5+
version="1.0.2",
66
packages=find_packages(),
77
install_requires=[
88
"langchain==0.3.20",
@@ -25,7 +25,13 @@
2525
description="Pica LangChain SDK",
2626
long_description=open("README.md", "r").read(),
2727
long_description_content_type="text/markdown",
28-
url="https://github.com/picahq/pica-langchain",
28+
url="https://www.picaos.com/",
29+
project_urls={
30+
"Documentation": "https://docs.picaos.com/sdk/langchain",
31+
"Source": "https://github.com/picahq/pica-langchain",
32+
"Releases": "https://github.com/picahq/pica-langchain/releases",
33+
"Issue Tracker": "https://github.com/picahq/pica-langchain/issues",
34+
},
2935
classifiers=[
3036
"Development Status :: 3 - Alpha",
3137
"Intended Audience :: Developers",
@@ -36,4 +42,4 @@
3642
"Programming Language :: Python :: 3.10",
3743
"Programming Language :: Python :: 3.11",
3844
],
39-
)
45+
)

0 commit comments

Comments
 (0)