view setup.py @ 148:17d6e760143f

Optimize help / usage output for the global options. Use an argparser group and let disable automatic "-h/--help" arguments.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jan 2025 17:04:29 +0100
parents bf77784ee288
children
line wrap: on
line source

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

from setuptools import setup

setup()