Mercurial > hgrepos > Python > apps > py-cutils
diff _postprocess-sdist.py @ 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 | 57102b9d7ec9 |
| children | c19a21180a8f |
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/`::
