File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- Copyright (C) 2025 KikuAI Lab
1+ Copyright (C) 2025 KikuAI OÜ
22
33GNU AFFERO GENERAL PUBLIC LICENSE
44Version 3, 19 November 2007
Original file line number Diff line number Diff line change @@ -92,4 +92,4 @@ pip install -e .
9292
9393## License
9494
95- AGPL-3.0. Copyright (c) 2025 KikuAI Lab
95+ AGPL-3.0. Copyright (c) 2025 KikuAI OÜ
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " chart2csv"
77version = " 0.1.0"
88authors = [
9- {name = " KikuAI Lab " , email = " contact@kikuai.dev" }
9+ {name = " KikuAI" , email = " contact@kikuai.dev" }
1010]
1111description = " Extract data from chart images to CSV/JSON with honest confidence scoring"
1212readme = " README.md"
Original file line number Diff line number Diff line change 2323setup (
2424 name = "chart2csv" ,
2525 version = "0.1.0" ,
26- author = "KikuAI Lab " ,
26+ author = "KikuAI" ,
2727 author_email = "contact@kikuai.dev" ,
2828 description = "Extract data from chart images to CSV/JSON with honest confidence scoring" ,
2929 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments