Mercurial > hgrepos > Python > apps > py-cutils
view setup.py @ 179:53614a724bf0
Also write a (standard) CRC-32 checksum for each block of output
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 11 Jan 2025 22:26:00 +0100 |
| parents | bf77784ee288 |
| children |
line wrap: on
line source
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup setup()
