Skip to content

Commit 9504760

Browse files
committed
[docs] Update docs and versions
1 parent 58d3929 commit 9504760

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kilm"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A command-line tool for managing KiCad libraries across projects and workstations"
99
readme = "README.md"
1010
license = "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
]
3136
keywords = [
3237
"kicad",
3338
"library-management",
3439
"eda",
3540
"electronics",
3641
"pcb-design",
42+
"cli",
3743
]
3844
requires-python = ">=3.8"
3945
dependencies = [
@@ -72,7 +78,7 @@ packages = ["kicad_lib_manager"]
7278

7379
[tool.black]
7480
line-length = 88
75-
target-version = ['py37']
81+
target-version = ['py38']
7682

7783
[tool.pytest.ini_options]
7884
testpaths = ["tests"]

0 commit comments

Comments
 (0)