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

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

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={