changeset 288:57102b9d7ec9

Add some minimal docs into _postprocess-sdist.py
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 24 Feb 2025 02:19:26 +0100
parents e42a4486a007
children 79deb10bbe0a
files _postprocess-sdist.py
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 """