mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 11:45:38 +01:00
test
This commit is contained in:
parent
18b5b4f569
commit
d5dac8b866
7
setup.py
7
setup.py
@ -46,7 +46,12 @@ setup(
|
||||
packages=find_packages("lib", exclude=["tests", "*.tests", "*.tests.*"]),
|
||||
install_requires=deps,
|
||||
package_dir={"": "lib"},
|
||||
scripts=["bin/svtplay-dl"],
|
||||
# scripts=["bin/svtplay-dl"],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"svtplat-dl = svtplay_dl:main",
|
||||
],
|
||||
},
|
||||
author="Johan Andersson",
|
||||
author_email="j@i19.se",
|
||||
description="Command-line program to download videos from various video on demand sites",
|
||||
|
Loading…
Reference in New Issue
Block a user