view setup.py @ 4:8b656c4eb665

FIX: handling of "--output/-o" option
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 16 Sep 2025 13:53:01 +0200
parents d0832175b1b2
children
line wrap: on
line source

#!/usr/bin/env python3

import setuptools

if __name__ == "__main__":
    setuptools.setup()