Fix wheel build: remove duplicate force-include, bump to v0.7.1

The force-include config duplicated static files already included via
packages = ["soup_cli"], causing PyPI to reject the wheel with 400.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alpamys 2026-03-23 21:00:04 +05:00
parent 823e36eea8
commit 66d9fd327c
2 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "soup-cli"
version = "0.7.0"
version = "0.7.1"
description = "Fine-tune LLMs in one command. No SSH, no config hell."
readme = "README.md"
license = "MIT"
@ -61,9 +61,6 @@ Issues = "https://github.com/MakazhanAlpamys/Soup/issues"
[tool.hatch.build.targets.wheel]
packages = ["soup_cli"]
[tool.hatch.build.targets.wheel.force-include]
"soup_cli/ui/static" = "soup_cli/ui/static"
[tool.ruff]
target-version = "py39"
line-length = 100

View File

@ -1,3 +1,3 @@
"""Soup CLI — Fine-tune LLMs in one command."""
__version__ = "0.7.0"
__version__ = "0.7.1"