Mercurial > hgrepos > Python > apps > py-cutils
view setup.py @ 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 | bf77784ee288 |
| children |
line wrap: on
line source
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup setup()
