diff options
author | Jesús <heckyel@hyperbola.info> | 2022-12-02 03:54:02 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-12-02 03:54:02 +0800 |
commit | 4e71279fe1b211403c023c20ced570dc6d09845d (patch) | |
tree | 862538c611dcfde8e61a9e388534c2d3c58a430c | |
parent | 020312066f3760e2b6dbbe03d6ef438c72516dbe (diff) | |
download | hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.tar.lz hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.tar.xz hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.zip |
Remove tox.ini and pytest.ini files
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | build.sh | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 @@ -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' {} \; |