Add poetry script for a 'pywidevine' shiv

This commit is contained in:
rlaphoenix 2022-07-20 14:47:24 +01:00
parent 6a9e875e35
commit 72281ece1c
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ pycryptodome = "^3.15.0"
click = "^8.1.3" click = "^8.1.3"
requests = "^2.28.1" requests = "^2.28.1"
lxml = "^4.9.1" lxml = "^4.9.1"
[tool.poetry.scripts]
pywidevine = "pywidevine.main:main"