Mercurial > hgrepos > Python > apps > py-cutils
view setup.py @ 181:c4f737ec368c
Add a unittest for the vendored crcmod2 (in cutils.crcmod)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 13 Jan 2025 04:15:08 +0100 |
| parents | bf77784ee288 |
| children |
line wrap: on
line source
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup setup()
