Fix building with uv (#2141)

This commit is contained in:
Cheng
2025-04-30 06:04:07 -07:00
committed by GitHub
parent bb6565ef14
commit 87720a8908
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
uv.lock
# vim
*.swp
+2
View File
@@ -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