From ae587aae0c1c9de8eeab9789605ed32d692db1bc Mon Sep 17 00:00:00 2001 From: Cheng Date: Wed, 30 Apr 2025 21:12:44 +0900 Subject: [PATCH] Fix building with uv --- .gitignore | 1 + MANIFEST.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e748ee2bfe..43629548db 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +uv.lock # vim *.swp diff --git a/MANIFEST.in b/MANIFEST.in index 9faafee456..d0daeb7ae6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include CMakeLists.txt +include mlx.pc.in recursive-include mlx/ * +include cmake/* include python/src/* include python/mlx/py.typed # support type hinting as in PEP-561