about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-19 11:14:20 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-19 11:14:20 +0200
commit284acd57d6e37a605e3651dce73bce89cba48390 (patch)
treee2109a594449ec5177a628dc0b4a8626e1830bde /setup.py
parent8e590a117f61bfb034ba6d181f5752b6977b4262 (diff)
downloadyoutube-dl-284acd57d6e37a605e3651dce73bce89cba48390.tar.gz
youtube-dl-284acd57d6e37a605e3651dce73bce89cba48390.tar.xz
youtube-dl-284acd57d6e37a605e3651dce73bce89cba48390.zip
Add an author email
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3b6dc2d40..2391c5272 100644
--- a/setup.py
+++ b/setup.py
@@ -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'],