aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--build.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0987206eb..f5cff4ec9 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ yt-dlp.tar.gz: all
CONTRIBUTING.md CONTRIBUTORS AUTHORS \
Makefile MANIFEST.in README.md completions \
setup.py setup.cfg yt-dlp yt_dlp requirements.txt \
- devscripts test tox.ini pytest.ini
+ devscripts test
AUTHORS: .mailmap
git shortlog -s -n | cut -f2 | sort > AUTHORS
diff --git a/build.sh b/build.sh
index 39fb187fa..fb4a608fe 100644
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,6 @@ run_rebrand()
! -path "./.git*" \) \
-exec grep -rIl 'yt_dlp' {} + -exec sed -i 's|yt_dlp|hypervideo_dl|g' {} \;
- find . -name "tox.ini" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \;
find . -name "setup.cfg" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \;
find . -name "Makefile" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \;
find . -name "*.py" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \;