1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 11:45:38 +01:00

setup: spelling is hard

This commit is contained in:
Johan Andersson 2024-07-29 10:29:08 +02:00
parent 905b6d82b7
commit 757be3c748

View File

@ -48,7 +48,7 @@ setup(
package_dir={"": "lib"},
entry_points={
"console_scripts": [
"svtplat-dl = svtplay_dl:main",
"svtplay-dl = svtplay_dl:main",
],
},
author="Johan Andersson",