Mercurial > hgrepos > Python > apps > py-cutils
comparison setup.py @ 139:73e8116484f2
Exclude Python 3.0, 3.1, 3.2 and 3.3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 03 Jan 2025 00:35:27 +0100 |
| parents | 3bd3f32b5e60 |
| children | bf77784ee288 |
comparison
equal
deleted
inserted
replaced
| 138:64078592444f | 139:73e8116484f2 |
|---|---|
| 48 "Programming Language :: Python :: 2.7", | 48 "Programming Language :: Python :: 2.7", |
| 49 "Programming Language :: Python :: 3", | 49 "Programming Language :: Python :: 3", |
| 50 "Topic :: System", | 50 "Topic :: System", |
| 51 "Topic :: Utilities", | 51 "Topic :: Utilities", |
| 52 ], | 52 ], |
| 53 python_requires=">=2.7", | 53 python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", |
| 54 entry_points={ | 54 entry_points={ |
| 55 "console_scripts": [ | 55 "console_scripts": [ |
| 56 "py-dos2unix=cutils.dos2unix:main", | 56 "py-dos2unix=cutils.dos2unix:main", |
| 57 "py-shasum=cutils.shasum:main", | 57 "py-shasum=cutils.shasum:main", |
| 58 "py-treesum=cutils.treesum:main", | 58 "py-treesum=cutils.treesum:main", |
