Mercurial > hgrepos > Python > apps > py-cutils
view pyproject.toml @ 197:48e2610978e5
Return the CRC-32 digest on Python2 as unsigned int instead of a signed one.
On Python3 it is always unsigned.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 16 Jan 2025 20:40:24 +0100 |
| parents | 64078592444f |
| children | 1ea88e3bec25 ef3c56c4f2c7 |
line wrap: on
line source
# Pure-Python-Build [build-system] requires = ["setuptools>=43.0", "wheel>=0.33"] build-backend = "setuptools.build_meta"
