2023-12-05 23:50:04 +01:00
|
|
|
[metadata]
|
|
|
|
name = rip-py
|
|
|
|
version = 0.1
|
|
|
|
description = CD/DVD/BluRay ripping and re-encoding toolkit
|
|
|
|
|
|
|
|
[options]
|
2024-01-05 22:28:30 +01:00
|
|
|
packages = find:
|
2023-12-05 23:50:04 +01:00
|
|
|
install_requires =
|
|
|
|
click
|
2024-01-05 22:28:30 +01:00
|
|
|
dvdread @ git+https://github.com/MasterofJOKers/PyDvdRead@pr-get-right-subpicture
|
|
|
|
bluread @ git+https://github.com/cmlburnett/PyBluRead.git
|
|
|
|
crudexml # PyBluRead does not contain this dependency it has
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
rip.py = rip_py.cli:cli
|
2023-12-05 23:50:04 +01:00
|
|
|
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length = 120
|
|
|
|
exclude = .git,__pycache__,*.egg-info,*lib/python*
|
|
|
|
ignore = E241,E741,W503,W504
|