]> jfr.im git - yt-dlp.git/commit - Makefile
Fix packaging bugs (#129)
authorhseg <redacted>
Tue, 2 Mar 2021 20:47:44 +0000 (22:47 +0200)
committerGitHub <redacted>
Tue, 2 Mar 2021 20:47:44 +0000 (02:17 +0530)
commitda7f321e9338624375eab758d822445d2846e771
treeb273e82a45fdab9bf6a5d5f623da637e0a4e44c5
parent097b056c5a4f0374595798db0c663b9282acdf01
Fix packaging bugs (#129)

* 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 <redacted>
.gitignore
MANIFEST.in
Makefile
devscripts/release.sh
setup.py