Skip to content

Commit 8b9356f

Browse files
committed
update
1 parent e5e237e commit 8b9356f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pyproject.toml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
[project]
22
name = "whispercpppy"
33
version = "0.1.1"
4-
description = ""
4+
description = "Python wrapper around whisper.cpp server"
55
authors = [{ name = "zigai", email = "[email protected]" }]
66
readme = "README.md"
77
requires-python = ">=3.12"
88
dependencies = ["pydantic>=2.11.9", "requests>=2.32.5"]
9-
classifiers = []
10-
keywords = []
9+
classifiers = [
10+
"Intended Audience :: Developers",
11+
"License :: OSI Approved :: MIT License",
12+
"Operating System :: OS Independent",
13+
"Programming Language :: Python",
14+
"Programming Language :: Python :: 3",
15+
"Programming Language :: Python :: 3 :: Only",
16+
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
21+
"Topic :: Software Development :: Libraries :: Python Modules",
22+
"Typing :: Typed",
23+
]
24+
keywords = ["whisper", "whisper-server", "whisper-cpp", "whisper-cpp-python"]
1125

1226
[project.scripts]
1327
whisper-cpp-download = "whispercpppy.cli:cli"

0 commit comments

Comments
 (0)