Skip to content

Commit

Permalink
fix:packaging (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Sep 6, 2024
1 parent bee81c3 commit d72bf6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ def get_version():
setup(
name=PKG_NAME,
version=get_version(),
packages=[PKG_NAME],
packages=[PKG_NAME,
PKG_NAME + ".pytube",
PKG_NAME + ".pytube.contrib"],
url='https://github.com/OpenJarbas/tutubo',
license='Apache',
author='jarbasAI',
Expand Down

0 comments on commit d72bf6e

Please sign in to comment.