comparison setup.cfg @ 284:b65d25882e44

REFACTOR: sdist generation: postprocess an sdist to include symbolic links as symbolic links. A standard sdist contains no symlinks but dereferences symlinks encountered in the source tree.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 23 Feb 2025 21:27:48 +0100
parents ccbb6905914e
children ca293f708cb4
comparison
equal deleted inserted replaced
283:99b78fa04bc1 284:b65d25882e44
5 5
6 [bdist_wheel] 6 [bdist_wheel]
7 universal = 1 7 universal = 1
8 8
9 [sdist] 9 [sdist]
10 formats = gztar 10 formats = tar
11 11
12 [metadata] 12 [metadata]
13 name = py-cutils 13 name = py-cutils
14 version = attr: cutils.__version__ 14 version = attr: cutils.__version__
15 description = Pure Python implementation of some coreutils with some extensions 15 description = Pure Python implementation of some coreutils with some extensions