[build, cleanup] Refactor

Closes #3835, #3837
This commit is contained in:
pukkandan 2022-05-22 17:07:18 +05:30
parent 92922fe7f9
commit b5899f4f19
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
5 changed files with 339 additions and 409 deletions

View file

@ -9,9 +9,8 @@ tar: yt-dlp.tar.gz
# Keep this list in sync with MANIFEST.in
# intended use: when building a source distribution,
# make pypi-files && python setup.py sdist
pypi-files:
AUTHORS Changelog.md LICENSE README.md README.txt supportedsites \
completions yt-dlp.1 requirements.txt devscripts/* test/*
pypi-files: AUTHORS Changelog.md LICENSE README.md README.txt supportedsites \
completions yt-dlp.1 requirements.txt setup.cfg devscripts/* test/*
.PHONY: all clean install test tar pypi-files completions ot offlinetest codetest supportedsites