mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-09 22:16:43 +08:00
Type annotations for mlx.core
module (#512)
This commit is contained in:
2
setup.py
2
setup.py
@@ -148,7 +148,7 @@ if __name__ == "__main__":
|
||||
where="python", exclude=["src", "tests", "tests.*"]
|
||||
)
|
||||
package_dir = {"": "python"}
|
||||
package_data = {"mlx": ["lib/*", "include/*", "share/*"]}
|
||||
package_data = {"mlx": ["lib/*", "include/*", "share/*"], "mlx.core": ["*.pyi"]}
|
||||
|
||||
setup(
|
||||
name="mlx",
|
||||
|
Reference in New Issue
Block a user