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 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 1d3b7c5..f1b8f8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,8 @@ classifiers = Development Status :: 3 - Alpha, Programming Language :: Python :: 3 :: Only [entry_points] +console_scripts = + youtube-podcaster = youtube_podcaster:main # Add here console scripts like: # console_scripts = # hello_world = youtube_podcaster.module:function -- cgit v1.2.3