Mercurial > hgrepos > Python > apps > py-cutils
comparison _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 |
comparison
equal
deleted
inserted
replaced
| 357:7f797d71bd5e | 358:2acf206a8fdf |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | |
| 3 # SPDX-FileCopyrightText: © 2025 Franz Glasner | |
| 4 # SPDX-License-Identifier: BSD-3-Clause | |
| 5 # :- | |
| 2 """Postprocress a .tar-sdist to include tests/data with symlinks as symlinks. | 6 """Postprocress a .tar-sdist to include tests/data with symlinks as symlinks. |
| 3 | 7 |
| 4 Produce an sdist with all the data in :file:`tests/data/`:: | 8 Produce an sdist with all the data in :file:`tests/data/`:: |
| 5 | 9 |
| 6 rm -rf dist py_cutils.egg-info | 10 rm -rf dist py_cutils.egg-info |
