1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 11:45:38 +01:00
This commit is contained in:
Johan Andersson 2024-07-26 22:56:56 +02:00
parent 18b5b4f569
commit d5dac8b866

View File

@ -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",