goya191
commited on
Commit
·
f4be8bc
1
Parent(s):
afe9908
fix issue 217 by adding contrib to setup.py file
Browse files
setup.py
CHANGED
@@ -17,7 +17,7 @@ setup(
|
|
17 |
version='9.0.5',
|
18 |
author='Nick Ficano',
|
19 |
author_email='nficano@gmail.com',
|
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='nficano@gmail.com',
|
20 |
+
packages=['pytube', 'pytube.contrib'],
|
21 |
url='https://github.com/nficano/pytube',
|
22 |
license=license,
|
23 |
entry_points={
|