about summary refs log tree commit diff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | See http://bugs.python.org/issue13943 for context
* Prepare widespread unicode literal usePhilipp Hagemeister2014-01-051-1/+1
|
* Move FileDownloader to its own module and create a new class for each ↵Jaime Marquínez Ferrándiz2013-12-111-1/+1
| | | | | | | | download process A suitable downloader can be found using the 'get_suitable_downloader' function. Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded
* 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
| | | | Otherwise it would crash if it can't import setuptools.
* Merge pull request #1620 from jaimeMF/console_scriptFilippo Valsorda2013-10-271-1/+5
|\ | | | | Use the console_scripts entry point if setuptools is available
| * 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
| | | | Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* setup: cosmetics: Add/remove some whitespace for readability.Rogério Brito2013-07-011-5/+10
| | | | | | This also fixes some long lines. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* setup: Move pseudo-docstring to a proper comment.Rogério Brito2013-07-011-1/+2
| | | | | | | | | A string statement is not a docstring if it doesn't occur right at the top of modules, functions, class definitions etc. This patch fixes it. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* Remove includes from setup.py for windows buildPhilipp Hagemeister2013-06-241-3/+0
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-241-1/+1
|\
| * setup.py: include the new extractor moduleJaime Marquínez Ferrándiz2013-06-231-1/+1
| |
* | Add included files for Windows buildPhilipp Hagemeister2013-06-241-1/+5
|/
* Try setuptools first, then fallback to distutils.coreDavid Coppa2013-01-301-1/+5
|
* and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda2012-12-071-19/+22
|
* pip installs fine!Filippo Valsorda2012-12-071-14/+27
|
* setup.py Python3 fix, PyPi classifiersFilippo Valsorda2012-11-291-2/+17
|
* New repo skeleton, getting ready for PyPiFilippo Valsorda2012-11-291-45/+23
|
* adding the script hookgcmalloc2012-11-291-11/+18
|
* getting version from git or failinggcmalloc2012-11-281-7/+13
|
* moving to setup.pygcmalloc2012-11-281-0/+52