diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-10-19 11:14:20 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-10-19 11:14:20 +0200 |
commit | 284acd57d6e37a605e3651dce73bce89cba48390 (patch) | |
tree | e2109a594449ec5177a628dc0b4a8626e1830bde | |
parent | 8e590a117f61bfb034ba6d181f5752b6977b4262 (diff) |
Add an author email
-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='ytdl@yt-dl.org', maintainer='Philipp Hagemeister', maintainer_email='phihag@phihag.de', packages=['youtube_dl', 'youtube_dl.extractor'], |