Mercurial > hgrepos > Python > apps > py-cutils
annotate MANIFEST.in @ 386:f045d46e9f3d
treesum: also collect the CRC checksum when reading .treesum files and test for them
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 17 May 2025 22:41:22 +0200 |
| parents | 3e97788e85d5 |
| children |
| rev | line source |
|---|---|
|
74
6cec638c995c
Make dos2unix.py and shasum.py convenience wrappers to call the tools if the package is not unstalled
Franz Glasner <fzglas.hg@dom66.de>
parents:
29
diff
changeset
|
1 include .hg* *.txt *.py |
|
359
3e97788e85d5
FIX: add missing REUSE.toml to the sdist
Franz Glasner <fzglas.hg@dom66.de>
parents:
356
diff
changeset
|
2 include cutils/crcmod/REUSE.toml |
|
356
893adaf534d6
Make licenses statements more conformant to REUSE software specifications (FSFE)
Franz Glasner <fzglas.hg@dom66.de>
parents:
284
diff
changeset
|
3 graft LICENSES |
|
194
938488f87b62
Begin a file with some notes on treesum.py and its digest file format
Franz Glasner <fzglas.hg@dom66.de>
parents:
101
diff
changeset
|
4 graft docs |
|
938488f87b62
Begin a file with some notes on treesum.py and its digest file format
Franz Glasner <fzglas.hg@dom66.de>
parents:
101
diff
changeset
|
5 prune docs/_build |
|
101
5de499711a92
Begin some unittests for shasum
Franz Glasner <fzglas.hg@dom66.de>
parents:
74
diff
changeset
|
6 graft tests |
|
284
b65d25882e44
REFACTOR: sdist generation: postprocess an sdist to include symbolic links as symbolic links.
Franz Glasner <fzglas.hg@dom66.de>
parents:
194
diff
changeset
|
7 prune tests/data |
| 29 | 8 global-exclude *.pyc *.pyo |
