Mercurial > hgrepos > Python > apps > py-cutils
comparison setup.py @ 115:e15b3d1ff0d9
New subpackage with a "contextlib.nullcontext" for older Python versions
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 29 Dec 2024 15:31:38 +0100 |
| parents | 2b9adc0c326c |
| children | 3bd3f32b5e60 |
comparison
equal
deleted
inserted
replaced
| 114:9e61c5cf76a2 | 115:e15b3d1ff0d9 |
|---|---|
| 29 name="py-cutils", | 29 name="py-cutils", |
| 30 version=version, | 30 version=version, |
| 31 author="Franz Glasner", | 31 author="Franz Glasner", |
| 32 license="""BSD 3-Clause "New" or "Revised" License""", | 32 license="""BSD 3-Clause "New" or "Revised" License""", |
| 33 url="https://pypi.dom66.de/simple/py-cutils/", | 33 url="https://pypi.dom66.de/simple/py-cutils/", |
| 34 description="Pure Python implementation of some coreutils", | 34 description="Pure Python implementation of some coreutils with some extensions", |
| 35 long_description=long_description, | 35 long_description=long_description, |
| 36 packages=["cutils",], | 36 packages=["cutils", "cutils.util"], |
| 37 include_package_data=False, | 37 include_package_data=False, |
| 38 zip_safe=True, | 38 zip_safe=True, |
| 39 platforms="any", | 39 platforms="any", |
| 40 classifiers=[ | 40 classifiers=[ |
| 41 "Development Status :: 5 - Production/Stable", | 41 "Development Status :: 5 - Production/Stable", |
