We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15336ab commit bccf112Copy full SHA for bccf112
meson.build
@@ -5,6 +5,8 @@ project(
5
6
py = import('python').find_installation(pure: false)
7
8
+# NOTE: downstream projects may rely on this variable name when vendoring,
9
+# do not change it without consulting with downstream projects
10
sources = {
11
'array_api_extra': files(
12
'src/array_api_extra/__init__.py',
0 commit comments