mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-12 19:11:19 +08:00

* Add `py.typed` to support PEP-561 (type-hinting) This adds support for type-hinting information as laid in [PEP-561](https://peps.python.org/pep-0561/). * add py.typed to MANIFEST.in
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
include CMakeLists.txt
|
|
recursive-include mlx/ *
|
|
include python/src/*
|
|
python/mlx/py.typed # support type hinting as in PEP-561
|