diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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] |
| 16 | console_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 |
