File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33setup (
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" ,
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" ,
3642 "Programming Language :: Python :: 3.10" ,
3743 "Programming Language :: Python :: 3.11" ,
3844 ],
39- )
45+ )
You can’t perform that action at this time.
0 commit comments