File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "pica-langchain" ,
5
- version = "1.0.1 " ,
5
+ version = "1.0.2 " ,
6
6
packages = find_packages (),
7
7
install_requires = [
8
8
"langchain==0.3.20" ,
25
25
description = "Pica LangChain SDK" ,
26
26
long_description = open ("README.md" , "r" ).read (),
27
27
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
+ },
29
35
classifiers = [
30
36
"Development Status :: 3 - Alpha" ,
31
37
"Intended Audience :: Developers" ,
36
42
"Programming Language :: Python :: 3.10" ,
37
43
"Programming Language :: Python :: 3.11" ,
38
44
],
39
- )
45
+ )
You can’t perform that action at this time.
0 commit comments