# HG changeset patch # User Franz Glasner # Date 1740359966 -3600 # Node ID 57102b9d7ec978a23f05a4cb4fc75bce52c5ef20 # Parent e42a4486a0077eba6ca180c791d11fece941a761 Add some minimal docs into _postprocess-sdist.py diff -r e42a4486a007 -r 57102b9d7ec9 _postprocess-sdist.py --- a/_postprocess-sdist.py Sun Feb 23 21:52:48 2025 +0100 +++ b/_postprocess-sdist.py Mon Feb 24 02:19:26 2025 +0100 @@ -1,5 +1,12 @@ # -*- coding: utf-8 -*- -"""Postprocress a .tar-sdist to include tests/data with symlinks as symlinks +"""Postprocress a .tar-sdist to include tests/data with symlinks as symlinks. + +Produce an sdist with all the data in :file:`tests/data/`:: + + rm -rf dist py_cutils.egg-info + python setup.py sdist + python _postprocess-sdist.py + gzip dist/*.tar """