Commit Graph

19 Commits (91c7271aabdd74c833ef570db59018e2d9f9d803)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 369a759acc setup.py: Make sure the setuptools_available variable is set
Otherwise it would crash if it can't import setuptools.
Filippo Valsorda db477d3a37 Merge pull request from jaimeMF/console_script
Use the console_scripts entry point if setuptools is available
Philipp Hagemeister 284acd57d6 Add an author email
Jaime Marquínez Ferrándiz f44415360e Use the console_scripts entry point if setuptools is available
Rogério Brito 652e776893 setup: PEP-8 fixes.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito d055fe4cb0 setup: cosmetics: Add/remove some whitespace for readability.
This also fixes some long lines.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Rogério Brito 131842bb0b setup: Move pseudo-docstring to a proper comment.
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>
Philipp Hagemeister bc857bfce0 Remove includes from setup.py for windows build
Philipp Hagemeister a3522dfddd Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister e646ffe795 Add included files for Windows build
Jaime Marquínez Ferrándiz b0dcc3c47f setup.py: include the new extractor module
David Coppa a32b573ccb Try setuptools first, then fallback to distutils.core
Filippo Valsorda fec89790b1 and now, also py2exe compiles fine :) (on Windows)
Filippo Valsorda a5741a3f5e pip installs fine!
Filippo Valsorda 2f1765c4ea setup.py Python3 fix, PyPi classifiers
Filippo Valsorda cc51a7d4e0 New repo skeleton, getting ready for PyPi
gcmalloc caaa47d372 adding the script hook
gcmalloc 87bec4c715 getting version from git or failing
gcmalloc 4efe62a016 moving to setup.py