Skip to content

Commit 8d888d5

Browse files
committed
Re-add py.typed
1 parent b5582a7 commit 8d888d5

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)