From a7fe15b99d64904855ba2bd3649b1a3642824a75 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 11 Oct 2015 17:54:06 +0200 Subject: Can actually be installed with setup.py now --- youtube_podcaster/__main__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 youtube_podcaster/__main__.py (limited to 'youtube_podcaster/__main__.py') diff --git a/youtube_podcaster/__main__.py b/youtube_podcaster/__main__.py new file mode 100644 index 0000000..941a79a --- /dev/null +++ b/youtube_podcaster/__main__.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 + +import youtube_podcaster + +if __name__ == "__main__": + youtube_podcaster.main() + +# vim: set ts=8 sw=4 tw=0 et : -- cgit v1.2.3