diff options
author | Philipp Hagemeister <[email protected]> | 2013-10-19 11:14:20 +0200 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2013-10-19 11:14:20 +0200 |
commit | 284acd57d6e37a605e3651dce73bce89cba48390 (patch) | |
tree | e2109a594449ec5177a628dc0b4a8626e1830bde /setup.py | |
parent | 8e590a117f61bfb034ba6d181f5752b6977b4262 (diff) | |
download | youtube-dl-284acd57d6e37a605e3651dce73bce89cba48390.tar.gz youtube-dl-284acd57d6e37a605e3651dce73bce89cba48390.zip |
Add an author email
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ setup( ' YouTube.com and other video sites.', url='https://github.com/rg3/youtube-dl', author='Ricardo Garcia', + author_email='[email protected]', maintainer='Philipp Hagemeister', maintainer_email='[email protected]', packages=['youtube_dl', 'youtube_dl.extractor'], |