comparison 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
comparison
equal deleted inserted replaced
164:a813094ae4f5 165:b32b41297893
41 python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* 41 python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
42 packages = 42 packages =
43 cutils 43 cutils
44 cutils.util 44 cutils.util
45 45
46 [options.extras_require]
47 treesum =
48 scandir>=1.10;python_version<"3.5"
49 all =
50 scandir>=1.10;python_version<"3.5"
51
52 [options.entry_points] 46 [options.entry_points]
53 console_scripts = 47 console_scripts =
54 py-dos2unix = cutils.dos2unix:main 48 py-dos2unix = cutils.dos2unix:main
55 py-shasum = cutils.shasum:main 49 py-shasum = cutils.shasum:main
56 py-treesum = cutils.treesum:main 50 py-treesum = cutils.treesum:main