16 lines
354 B
INI
16 lines
354 B
INI
|
[metadata]
|
||
|
name = sorted-copy
|
||
|
version = 0.1
|
||
|
description = Copy files and directories recursively sorted and one by one to the destination. Mainly useful for USB sticks/MP3 players.
|
||
|
|
||
|
[options]
|
||
|
scripts = sorted-co.py
|
||
|
install_requires =
|
||
|
click
|
||
|
|
||
|
|
||
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
exclude = .git,__pycache__,*.egg-info,*lib/python*
|
||
|
ignore = E241,E741,W503,W504
|