aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-12-02 03:54:02 +0800
committerJesús <heckyel@hyperbola.info>2022-12-02 03:54:02 +0800
commit4e71279fe1b211403c023c20ced570dc6d09845d (patch)
tree862538c611dcfde8e61a9e388534c2d3c58a430c
parent020312066f3760e2b6dbbe03d6ef438c72516dbe (diff)
downloadhypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.tar.lz
hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.tar.xz
hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.zip
Remove tox.ini and pytest.ini files
-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' {} \;