@@ -5,29 +5,23 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " kicad-mcp"
77version = " 0.1.0"
8- authors = [
9- {
name =
" Lama Al Rajih" ,
email =
" [email protected] " },
10- ]
8+ authors = [{
name =
" Lama Al Rajih" ,
email =
" [email protected] " }]
119description = " Model Context Protocol server for KiCad on Mac, Windows, and Linux"
1210readme = " README.md"
1311requires-python = " >=3.10"
1412classifiers = [
15- " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.10" ,
17- " Programming Language :: Python :: 3.11" ,
18- " Programming Language :: Python :: 3.12" ,
19- " License :: OSI Approved :: MIT License" ,
20- " Operating System :: OS Independent" ,
21- " Development Status :: 4 - Beta" ,
22- " Intended Audience :: Developers" ,
23- " Topic :: Software Development :: Libraries :: Python Modules" ,
24- " Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
25- ]
26- dependencies = [
27- " mcp[cli]" ,
28- " pandas" ,
13+ " Programming Language :: Python :: 3" ,
14+ " Programming Language :: Python :: 3.10" ,
15+ " Programming Language :: Python :: 3.11" ,
16+ " Programming Language :: Python :: 3.12" ,
17+ " License :: OSI Approved :: MIT License" ,
18+ " Operating System :: OS Independent" ,
19+ " Development Status :: 4 - Beta" ,
20+ " Intended Audience :: Developers" ,
21+ " Topic :: Software Development :: Libraries :: Python Modules" ,
22+ " Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
2923]
30- keywords = [" kicad " , " mcp" , " model-context-protocol " , " eda " , " pcb " ]
24+ dependencies = [" mcp[cli]>=1.11.0 " , " pandas>=2.3.1 " , " pytest>=8.4.1 " ]
3125
3226[project .urls ]
3327"Homepage" = " https://github.com/lamaalrajih/kicad-mcp"
0 commit comments