view setup.py @ 147:ed35f3c9e2b5

Add also a "help" subcommand to "treesum". It can show the global general help or the help message for a given subcommand.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jan 2025 16:51:26 +0100
parents bf77784ee288
children
line wrap: on
line source

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

from setuptools import setup

setup()