changeset 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 a813094ae4f5
children ed45abb4940f
files setup.cfg
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
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