aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
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