Add poetry script for a 'pywidevine' shiv
This commit is contained in:
parent
6a9e875e35
commit
72281ece1c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue