File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " kilm"
7- version = " 0.3.0 "
7+ version = " 0.3.1 "
88description = " A command-line tool for managing KiCad libraries across projects and workstations"
99readme = " README.md"
1010license = " MIT"
@@ -26,14 +26,20 @@ classifiers = [
2626 " Programming Language :: Python :: 3.10" ,
2727 " Programming Language :: Python :: 3.11" ,
2828 " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
2930 " Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
31+ " Framework :: Pytest" ,
32+ " Development Status :: 4 - Beta" ,
33+ " Natural Language :: English" ,
34+ " Environment :: Console" ,
3035]
3136keywords = [
3237 " kicad" ,
3338 " library-management" ,
3439 " eda" ,
3540 " electronics" ,
3641 " pcb-design" ,
42+ " cli" ,
3743]
3844requires-python = " >=3.8"
3945dependencies = [
@@ -72,7 +78,7 @@ packages = ["kicad_lib_manager"]
7278
7379[tool .black ]
7480line-length = 88
75- target-version = [' py37 ' ]
81+ target-version = [' py38 ' ]
7682
7783[tool .pytest .ini_options ]
7884testpaths = [" tests" ]
You can’t perform that action at this time.
0 commit comments