nficano commited on
Commit
1e4cab6
·
unverified ·
2 Parent(s): afe9908 f4be8bc

Merge pull request #220 from goya191/master

Browse files

fix issue 217 by adding contrib to setup.py file

Files changed (1) hide show
  1. setup.py +1 -1
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={