aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-01-14 21:08:27 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-14 21:51:14 +0530
commit17fa3ee25f8e40c49a48a5e34456d8965efbb21d (patch)
tree1e8b09c5024d3c4b4207cc79059601d7362c31b3 /setup.py
parent2e8d2629f3dc143446dc65c912c9405323e2b0c1 (diff)
downloadhypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.tar.lz
hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.tar.xz
hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.zip
Documentation fixes
* Change all links to point to new fork URL * Changed sponskrub links to my fork of the same * Other typos
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 346c5cb64..ae3f0c46c 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ setup(
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
# long_description_content_type="text/markdown",
- url="https://github.com/pukkandan/yt-dlc",
+ url="https://github.com/pukkandan/yt-dlp",
packages=find_packages(exclude=("youtube_dl","test",)),
#packages=[
# 'youtube_dlc',