Skip to content

Commit 4cb8c92

Browse files
committed
fix subdirs
1 parent db58474 commit 4cb8c92

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ Homepage = "https://github.com/data-apis/array-api-extra"
3232
"Bug Tracker" = "https://github.com/data-apis/array-api-extra/issues"
3333
Changelog = "https://github.com/data-apis/array-api-extra/releases"
3434

35-
# meson-python
36-
37-
# TODO: needs meson-python release
38-
# [tool.meson-python.wheel]
39-
# exclude = ["tests", "vendor_tests"]
40-
4135
# Pixi
4236

4337
[tool.pixi.workspace]

tests/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ py.install_sources([
88
'test_testing.py',
99
'test_version.py',
1010
],
11-
subdir: 'tests'
11+
subdir: 'array_api_extra/tests'
1212
)

vendor_tests/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ py.install_sources([
33
'_array_api_compat_vendor.py',
44
'test_vendor.py',
55
],
6-
subdir: 'vendor_tests'
6+
subdir: 'array_api_extra/vendor_tests'
77
)

0 commit comments

Comments
 (0)