view setup.py @ 142:71747e45b52c

Prepare for using subcommands in "treesum.py". This is to prepare for verification and filtering/parsing digest files.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jan 2025 15:49:57 +0100
parents bf77784ee288
children
line wrap: on
line source

#!/usr/bin/env python
# -*- coding: utf-8 -*-

from setuptools import setup

setup()