Mercurial > hgrepos > Python > apps > py-cutils
diff setup.cfg @ 390:1ea88e3bec25
On the default trunk begin a pure PEP 517 build configuration.
This is Python3 only.
Builds with Python2.7 and/or older Python3 versions are supported on the
upcoming build-2.7 branch.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 16 Feb 2026 13:28:35 +0100 |
| parents | 893adaf534d6 |
| children | f5f88fca7187 1afe2758f802 |
line wrap: on
line diff
--- a/setup.cfg Sun May 18 06:00:46 2025 +0200 +++ b/setup.cfg Mon Feb 16 13:28:35 2026 +0100 @@ -9,53 +9,6 @@ [sdist] formats = tar -[metadata] -name = py-cutils -version = attr: cutils.__version__ -description = Pure Python implementation of some coreutils with some extensions -author = Franz Glasner -author_email = fzglas.hg@dom66.de -license = BSD 3-Clause "New" or "Revised" License -url = https://pypi.dom66.de/simple/py-cutils/ -download_url = https://pypi.dom66.de/simple/py-cutils/ -license_files = - LICENSES/BSD-3-Clause.txt - LICENSES/MIT.txt -long_description = file: README.txt -long_description_content_type = text/x-rst -platforms = any -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Intended Audience :: End Users/Desktop - Intended Audience :: System Administrators - License :: OSI Approved :: BSD License - Operating System :: OS Independent - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3 - Topic :: System - Topic :: Utilities - -[options] -include_package_data = False -zip_safe = True -python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* -packages = - cutils - cutils.util - cutils.crcmod - cutils.crcmod.python2 - cutils.crcmod.python3 - -[options.entry_points] -console_scripts = - py-dos2unix = cutils.dos2unix:main - py-genpwd = cutils.genpwd:main - py-shasum = cutils.shasum:main - py-treesum = cutils.treesum:main - - [flake8] exclude = # Ignore the vendored crcmod2/crcmod sub-package
