# HG changeset patch # User Franz Glasner # Date 1743595893 -7200 # Node ID 2acf206a8fdf833712f2cfa036aacda6062e31ce # Parent 7f797d71bd5ecb30823456f290ca29d376a1788a Add license information to _postprocess-sdist.py diff -r 7f797d71bd5e -r 2acf206a8fdf _postprocess-sdist.py --- a/_postprocess-sdist.py Wed Apr 02 14:05:03 2025 +0200 +++ b/_postprocess-sdist.py Wed Apr 02 14:11:33 2025 +0200 @@ -1,4 +1,8 @@ # -*- coding: utf-8 -*- +# :- +# SPDX-FileCopyrightText: © 2025 Franz Glasner +# SPDX-License-Identifier: BSD-3-Clause +# :- """Postprocress a .tar-sdist to include tests/data with symlinks as symlinks. Produce an sdist with all the data in :file:`tests/data/`::