Skip to content

Commit 184ed74

Browse files
yossiovadiaclaude
andcommitted
Fix Apache license classifier in pyproject.toml
- Update license classifier from MIT to Apache Software License - Bump version to 0.1.7 for corrected license display on PyPI 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Yossi Ovadia <[email protected]>
1 parent 5da726f commit 184ed74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/llm-katan/pyproject.toml

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

55
[project]
66
name = "llm-katan"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "LLM Katan - Lightweight LLM Server for Testing - Real tiny models with FastAPI and HuggingFace"
99
readme = "README.md"
1010
authors = [
@@ -19,7 +19,7 @@ keywords = ["llm", "testing", "fastapi", "huggingface", "vllm", "ai", "ml"]
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
2121
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
22+
"License :: OSI Approved :: Apache Software License",
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)