Fix building with uv (#2141)

This commit is contained in:
Cheng
2025-04-30 22:04:07 +09:00
committed by GitHub
parent bb6565ef14
commit 87720a8908
2 changed files with 3 additions and 0 deletions

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