Skip to content

Commit

Permalink
Fix dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnewman committed Oct 28, 2024
1 parent 747f4e2 commit a282bfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "descript-mlx"
version = "0.0.1"
version = "0.0.2"
authors = [{name = "Lucas Newman", email = "[email protected]"}]
license = {text = "MIT"}
description = "Descript Audio Codec - MLX"
Expand Down Expand Up @@ -40,5 +40,4 @@ dependencies = [
Homepage = "https://github.com/lucasnewman/descript-mlx"

[tool.setuptools]
packages = ["descript_mlx"]

packages = ["descript_mlx", "descript_mlx.model", "descript_mlx.nn"]

0 comments on commit a282bfe

Please sign in to comment.