[metadata] name = rip-py version = 0.1 description = CD/DVD/BluRay ripping and re-encoding toolkit [options] scripts = rip.py install_requires = click [flake8] max-line-length = 120 exclude = .git,__pycache__,*.egg-info,*lib/python* ignore = E241,E741,W503,W504