Mercurial > hgrepos > Python > apps > py-cutils
view setup.py @ 406:deabdfed3b96
For current Python versions use an intree build backend that wraps setuptools.build_meta.
Augmenting the generated sdist archive is now done automatically.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 17 Feb 2026 16:15:31 +0100 |
| parents | bf77784ee288 |
| children |
line wrap: on
line source
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup setup()
