Skip to content

Commit 07e34bb

Browse files
committed
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

Diff for: array_api_compat/py.typed

Whitespace-only changes.

Diff for: 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)