Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07e34bb

Browse files
committedFeb 27, 2025·
Re-add py.typed
1 parent 434872f commit 07e34bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎array_api_compat/py.typed

Whitespace-only changes.

‎setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"Programming Language :: Python :: 3.13",
3434
"License :: OSI Approved :: MIT License",
3535
"Operating System :: OS Independent",
36-
]
36+
],
37+
package_data={
38+
"array_api_compat": ["py.typed"],
39+
},
3740
)

0 commit comments

Comments
 (0)
Please sign in to comment.