view setup.py @ 347:3f4840eeb0f4

treesum: optimize help output: do not print "-h/--help" for "patterns" and "help"
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 01 Apr 2025 18:56:17 +0200
parents bf77784ee288
children
line wrap: on
line source

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

from setuptools import setup

setup()