[metadata] name = udev-device-plug-handler version = 0.1 description = Supposed to be background application waiting for devices to change and running scripts for them [options] scripts = udev-device-plug-handler install_requires = click pyudev [flake8] max-line-length = 120 exclude = .git,__pycache__,*.egg-info,*lib/python* ignore = E241,E741,W503,W504