File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ readme = "README.md"
77packages = [{ include = " fuzzy_json" , from = " src" }]
88include = [" src/fuzzy_json/py.typed" ]
99exclude = [" src/fuzzy_json/tests" ]
10+ license = " MIT"
11+ homepage = " https://github.com/livingbio/fuzzy-json"
12+ repository = " https://github.com/livingbio/fuzzy-json"
13+ keywords = [" openai" , " json" , " llm" ]
14+ classifiers = [
15+ ' Intended Audience :: Developers' ,
16+ ' License :: OSI Approved :: MIT License' ,
17+ ' Natural Language :: English' ,
18+ ' Operating System :: OS Independent' ,
19+ ' Programming Language :: Python' ,
20+ ' Programming Language :: Python :: 3' ,
21+ ' Programming Language :: Python :: 3.10' ,
22+ ' Programming Language :: Python :: 3.11' ,
23+ ]
1024
1125[tool .poetry .dependencies ]
1226python = " ^3.10"
You can’t perform that action at this time.
0 commit comments