Skip to content

Commit 22a2bb9

Browse files
authored
fix build (#304)
1 parent 0d47c52 commit 22a2bb9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

MANIFEST.in

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
include ./requirements.txt
22
recursive-include mlx_audio/ *.py
3-
recursive-include mlx_audio/tts *.html
3+
recursive-include mlx_audio/tts *.html
4+
recursive-include mlx_audio/tts *.json
5+
recursive-include mlx_audio/tts *.tsx
6+
recursive-include mlx_audio/tts *.mjs
7+
recursive-include mlx_audio/tts *.css
8+
recursive-include mlx_audio/tts *.md
9+
10+
# Exclude large directories
11+
prune mlx_audio/ui/node_modules
12+
prune mlx_audio/ui/.next
13+
prune mlx_audio_swift
14+
global-exclude *.pyc
15+
global-exclude __pycache__

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,12 @@ Repository = "https://github.com/Blaizzy/mlx-audio"
9191
[tool.setuptools.dynamic]
9292
version = {attr = "mlx_audio.version.__version__"}
9393

94+
[tool.setuptools]
95+
include-package-data = true
96+
9497
[tool.setuptools.packages.find]
9598
where = ["."]
99+
include = ["mlx_audio", "mlx_audio.*"]
96100

97101
[tool.setuptools.package-data]
98102
mlx_audio = [

0 commit comments

Comments
 (0)