view setup.py @ 363:f9064130af74

Add a Makefile to help with building distribution packages
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 04 Apr 2025 19:05:54 +0200
parents bf77784ee288
children
line wrap: on
line source

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

from setuptools import setup

setup()