[metadata] name = cronplayer version = 0.1 description = Play a defined bunch of files at a certain time as defined in cron-like config file - possibly remote via integrated webserver [options] scripts = cronplayer install_requires = crontab click psutil requests [flake8] max-line-length = 120 exclude = .git,__pycache__,*.egg-info,*lib/python* ignore = E241,E741,W503,W504