Mercurial > hgrepos > Python > apps > py-cutils
changeset 358:2acf206a8fdf
Add license information to _postprocess-sdist.py
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 02 Apr 2025 14:11:33 +0200 |
| parents | 7f797d71bd5e |
| children | 3e97788e85d5 |
| files | _postprocess-sdist.py |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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/`::
