mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
da7f321e93
* Autogenerate `AUTHORS` * Fix `setup.py` using wrong completion files * Complete `ChangeLog` -> `Changelog.md` rename * Make `make tar` respect DESTDIR * Remove `bin/` `yt-dlp` and `docs/` from tar and sdist * Make `pypi-files` build all files needed for `python setup.py` * Add `completions` alias * Add `devscripts/` and `supportedsites.md` to pip sdist * Remove `man` target * Remove `README.txt` from sdist * Make `clean` more granular * Move aliases to top Authored by: hseg <gesh@gesh.uni.cx>
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
include AUTHORS
|
|
include Changelog.md
|
|
include LICENSE
|
|
include README.md
|
|
include completions/*/*
|
|
include supportedsites.md
|
|
include yt-dlp.1
|
|
recursive-include devscripts *
|
|
recursive-include test *
|