view setup.py @ 304:dc1f08937621

FIX: fnmatch: handle None fnmatch filter definitions
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 05 Mar 2025 10:24:51 +0100
parents bf77784ee288
children
line wrap: on
line source

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

from setuptools import setup

setup()