File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2025 The meson-python developers
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
5
+ # These test files contain symlinks to outside the repo (hence invalid - on
6
+ # purpose) so exclude them to prevent warnings. See gh-728 for context.
7
+ tests /packages /symlinks /baz.py export-ignore
8
+ tests /packages /symlinks /qux.py export-ignore
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ project('symlinks')
6
6
7
7
py = import (' python' ).find_installation()
8
8
9
+ # Note that `baz.py` and `qux.py`, which contain symlinks to outside the repo
10
+ # (unsupported), are present in the git repo but won't be present in a
11
+ # meson-python sdist (see gh-747).
9
12
py.install_sources(
10
13
' __init__.py' ,
11
14
' submodule/__init__.py' ,
You can’t perform that action at this time.
0 commit comments