Skip to content

Commit

Permalink
Add __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Jun 11, 2022
1 parent 7937a92 commit 13178ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""
USTVGO Free IPTV.
"""

from .ustvgo_iptv import main, VERSION

__version__ = VERSION
__all__ = ['main', '__version__']
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python_requires = >=3.7
ustvgo_iptv = channels.json

[options.entry_points]
console_scripts = ustvgo-iptv = ustvgo_iptv.ustvgo_iptv:main
console_scripts = ustvgo-iptv = ustvgo_iptv:main

[options.extras_require]
dev =
Expand Down

0 comments on commit 13178ac

Please sign in to comment.