summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2019-03-11Start moving to ytdl-orgSergey M․
2018-11-22[setup.py] Add python 3.8 classifierSergey M․
2018-11-22[setup.py] Add more relevant classifiersSergey M․
2017-12-22Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)Sergey M․
2017-02-22[setup] Actualize maintainer infoSergey M․
2017-02-22[setup] Add python 3.6 classifierSergey M․
2016-10-03Unify coding cookieDéstin Reed
2016-06-25[setup.py] Add file version information and quotes consistency (Closes #9878)Sergey M․
2016-06-11[setup.py] Add python 3.5 classifierSergey M․
2016-04-08setup.py: add command for building the lazy_extractors moduleJaime Marquínez Ferrándiz
2015-10-24Fix py2exe build (#7276)Philipp Hagemeister
2014-11-26Declare Python 3.2 compatibilityPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-09-14Add a completion script generator for the fish shellJaime Marquínez Ferrándiz
2014-01-27[setup.py] Only print a warning if documentation files are missing (Fixes #780)Philipp Hagemeister
2014-01-07Move postprocessor into its own packagePhilipp Hagemeister
2014-01-05[setup.py] Do not use unicode literalsPhilipp Hagemeister
See http://bugs.python.org/issue13943 for context
2014-01-05Prepare widespread unicode literal usePhilipp Hagemeister
2013-12-11Move FileDownloader to its own module and create a new class for each ↵Jaime Marquínez Ferrándiz
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
2013-11-21Remove unnecessary slash in setup.py (Fixes #1778)Philipp Hagemeister
2013-10-28setup.py: Make sure the setuptools_available variable is setJaime Marquínez Ferrándiz
Otherwise it would crash if it can't import setuptools.
2013-10-27Merge pull request #1620 from jaimeMF/console_scriptFilippo Valsorda
Use the console_scripts entry point if setuptools is available
2013-10-19Add an author emailPhilipp Hagemeister
2013-10-18Use the console_scripts entry point if setuptools is availableJaime Marquínez Ferrándiz
2013-07-01setup: PEP-8 fixes.Rogério Brito
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-07-01setup: cosmetics: Add/remove some whitespace for readability.Rogério Brito
This also fixes some long lines. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-07-01setup: Move pseudo-docstring to a proper comment.Rogério Brito
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>
2013-06-24Remove includes from setup.py for windows buildPhilipp Hagemeister
2013-06-24Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-06-24Add included files for Windows buildPhilipp Hagemeister
2013-06-23setup.py: include the new extractor moduleJaime Marquínez Ferrándiz
2013-01-30Try setuptools first, then fallback to distutils.coreDavid Coppa
2012-12-07and now, also py2exe compiles fine :) (on Windows)Filippo Valsorda
2012-12-07pip installs fine!Filippo Valsorda
2012-11-29setup.py Python3 fix, PyPi classifiersFilippo Valsorda
2012-11-29New repo skeleton, getting ready for PyPiFilippo Valsorda
2012-11-29adding the script hookgcmalloc
2012-11-28getting version from git or failinggcmalloc
2012-11-28moving to setup.pygcmalloc