Mercurial > hgrepos > Python > apps > py-cutils
diff setup.cfg @ 165:b32b41297893
The scandir package is not needed any more on Python <3.5 because fs walking has been implemented using os.listdir() also
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 09 Jan 2025 13:57:03 +0100 |
| parents | fdc456832ba6 |
| children | 62436c255dc8 |
line wrap: on
line diff
--- a/setup.cfg Thu Jan 09 13:48:57 2025 +0100 +++ b/setup.cfg Thu Jan 09 13:57:03 2025 +0100 @@ -43,12 +43,6 @@ cutils cutils.util -[options.extras_require] -treesum = - scandir>=1.10;python_version<"3.5" -all = - scandir>=1.10;python_version<"3.5" - [options.entry_points] console_scripts = py-dos2unix = cutils.dos2unix:main
