view setup.py @ 305:6c212e407524

fnmatch: allow to supply another default when determining matches
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 05 Mar 2025 13:54:55 +0100
parents bf77784ee288
children
line wrap: on
line source

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

from setuptools import setup

setup()