aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 17:54:06 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-11 17:54:56 +0200
commita7fe15b99d64904855ba2bd3649b1a3642824a75 (patch)
tree35c2da4777ffcbd1b6fb661227af8a6528646030 /setup.cfg
parentf1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (diff)
downloadyoutube-podcaster-a7fe15b99d64904855ba2bd3649b1a3642824a75.tar.gz
youtube-podcaster-a7fe15b99d64904855ba2bd3649b1a3642824a75.tar.bz2
youtube-podcaster-a7fe15b99d64904855ba2bd3649b1a3642824a75.zip
Can actually be installed with setup.py now
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
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,
13 Programming Language :: Python :: 3 :: Only 13 Programming Language :: Python :: 3 :: Only
14 14
15[entry_points] 15[entry_points]
16console_scripts =
17 youtube-podcaster = youtube_podcaster:main
16# Add here console scripts like: 18# Add here console scripts like:
17# console_scripts = 19# console_scripts =
18# hello_world = youtube_podcaster.module:function 20# hello_world = youtube_podcaster.module:function