Skip to content

Commit f5e90e7

Browse files
committed
fix: update package name to 'fish-audio' and add version constraints for ormsgpack
1 parent ad569b1 commit f5e90e7

File tree

2 files changed

+69
-3
lines changed

2 files changed

+69
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "fishaudio"
2+
name = "fish-audio"
33
version = "1.0.0"
44
description = "Python SDK for Fish Audio text-to-speech and voice cloning API"
55
authors = [
@@ -47,6 +47,9 @@ utils = [
4747
requires = ["hatchling"]
4848
build-backend = "hatchling.build"
4949

50+
[tool.hatch.build.targets.wheel]
51+
packages = ["src/fishaudio"]
52+
5053
[tool.pytest.ini_options]
5154
asyncio_mode = "auto"
5255

uv.lock

Lines changed: 65 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)