There was an error while loading. Please reload this page.
1 parent d8ed599 commit 5915072Copy full SHA for 5915072
2 files changed
.gitattributes
@@ -0,0 +1,8 @@
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
tests/packages/symlinks/meson.build
@@ -6,6 +6,9 @@ project('symlinks')
py = import('python').find_installation()
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).
12
py.install_sources(
13
'__init__.py',
14
'submodule/__init__.py',
0 commit comments