Merge branch 'master' of github.com:nficano/pytube
Browse files* 'master' of github.com:nficano/pytube:
fix issue 217 by adding contrib to setup.py file
setup.py
CHANGED
@@ -17,7 +17,7 @@ setup(
|
|
17 |
version='9.0.5',
|
18 |
author='Nick Ficano',
|
19 |
author_email='[email protected]',
|
20 |
-
packages=['pytube'],
|
21 |
url='https://github.com/nficano/pytube',
|
22 |
license=license,
|
23 |
entry_points={
|
|
|
17 |
version='9.0.5',
|
18 |
author='Nick Ficano',
|
19 |
author_email='[email protected]',
|
20 |
+
packages=['pytube', 'pytube.contrib'],
|
21 |
url='https://github.com/nficano/pytube',
|
22 |
license=license,
|
23 |
entry_points={
|