Mercurial > hgrepos > Python > apps > py-cutils
view setup.py @ 189:959c6d37b014
Extend the max line length to read to 4096, which is something along PATH_MAX onn Linux
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 15 Jan 2025 15:40:46 +0100 |
| parents | bf77784ee288 |
| children |
line wrap: on
line source
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup setup()
