aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-1/+1
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
* Remove support for obsolete python versionspukkandan2021-06-061-11/+1
* [cleanup] setup.pypukkandan2021-06-011-33/+30
* [cleanup] Fix linter and some typospukkandan2021-04-281-30/+30
* Fix packaging bugs (#129)hseg2021-03-031-4/+4
* Fix completion paths, zsh pip completion installhseg2021-02-251-5/+6
* [documentation] Changes left behind from #85 and #107pukkandan2021-02-251-1/+1
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-15/+15
* #75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)shirt-dev2021-02-111-1/+1
* [documentation] Crypto is an optional dependencypukkandan2021-02-081-1/+1
* Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-291-1/+7
* Linter and misc cleanuppukkandan2021-01-291-4/+5
* Add PyPI releasepukkandan2021-01-161-10/+16
* Documentation fixespukkandan2021-01-141-1/+1
* Preparing for releasepukkandan2021-01-071-1/+1
* [skip travis] readme and pypi updateUnknown2020-11-071-1/+1
* Don't install testsSergey Alirzaev2020-10-141-2/+2
* [skip travis] adding automerge supportUnknown2020-09-021-1/+1
* [skip travis] fix broken setup.pyUnknown2020-09-021-2/+2
* [skip travis] tweaksUnknown2020-09-021-5/+5
* [skip travis] renamingUnknown2020-09-021-12/+12
* [skip travis] update setup and versionUnknown2020-08-311-86/+41
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
* [setup.py] Add python 3.8 classifierSergey M․2018-11-221-0/+1
* [setup.py] Add more relevant classifiersSergey M․2018-11-221-0/+8
* Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)Sergey M․2017-12-221-0/+1
* [setup] Actualize maintainer infoSergey M․2017-02-221-2/+2
* [setup] Add python 3.6 classifierSergey M․2017-02-221-0/+1
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [setup.py] Add file version information and quotes consistency (Closes #9878)Sergey M․2016-06-251-28/+35
* [setup.py] Add python 3.5 classifierSergey M․2016-06-111-0/+1
* setup.py: add command for building the lazy_extractors moduleJaime Marquínez Ferrándiz2016-04-081-2/+20
* Fix py2exe build (#7276)Philipp Hagemeister2015-10-241-1/+1
* Declare Python 3.2 compatibilityPhilipp Hagemeister2014-11-261-1/+3
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+0
* Add a completion script generator for the fish shellJaime Marquínez Ferrándiz2014-09-141-0/+1
* [setup.py] Only print a warning if documentation files are missing (Fixes #780)Philipp Hagemeister2014-01-271-5/+19
* Move postprocessor into its own packagePhilipp Hagemeister2014-01-071-1/+4
* [setup.py] Do not use unicode literalsPhilipp Hagemeister2014-01-051-1/+1
* Prepare widespread unicode literal usePhilipp Hagemeister2014-01-051-1/+1
* Move FileDownloader to its own module and create a new class for each downloa...Jaime Marquínez Ferrándiz2013-12-111-1/+1
* Remove unnecessary slash in setup.py (Fixes #1778)Philipp Hagemeister2013-11-211-1/+1
* setup.py: Make sure the setuptools_available variable is setJaime Marquínez Ferrándiz2013-10-281-0/+1
* Merge pull request #1620 from jaimeMF/console_scriptFilippo Valsorda2013-10-271-1/+5
|\
| * Use the console_scripts entry point if setuptools is availableJaime Marquínez Ferrándiz2013-10-181-1/+5
* | Add an author emailPhilipp Hagemeister2013-10-191-0/+1
|/
* setup: PEP-8 fixes.Rogério Brito2013-07-011-12/+13
* setup: cosmetics: Add/remove some whitespace for readability.Rogério Brito2013-07-011-5/+10
* setup: Move pseudo-docstring to a proper comment.Rogério Brito2013-07-011-1/+2