Mercurial > hgrepos > Python > apps > py-cutils
comparison setup.py @ 124:3bd3f32b5e60
A first version of "treesum" is working
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 02 Jan 2025 13:29:20 +0100 |
| parents | e15b3d1ff0d9 |
| children | 73e8116484f2 |
comparison
equal
deleted
inserted
replaced
| 123:4a0c3c9eead7 | 124:3bd3f32b5e60 |
|---|---|
| 53 python_requires=">=2.7", | 53 python_requires=">=2.7", |
| 54 entry_points={ | 54 entry_points={ |
| 55 "console_scripts": [ | 55 "console_scripts": [ |
| 56 "py-dos2unix=cutils.dos2unix:main", | 56 "py-dos2unix=cutils.dos2unix:main", |
| 57 "py-shasum=cutils.shasum:main", | 57 "py-shasum=cutils.shasum:main", |
| 58 "py-treesum=cutils.treesum:main", | |
| 58 ] | 59 ] |
| 59 } | 60 } |
| 60 ) | 61 ) |
