mirror of https://github.com/razor-ai/soup.git
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:
parent
823e36eea8
commit
66d9fd327c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Soup CLI — Fine-tune LLMs in one command."""
|
||||
|
||||
__version__ = "0.7.0"
|
||||
__version__ = "0.7.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue