nficano commited on
Commit
7ad0f34
·
2 Parent(s): 5c384da 53a6a5b

Merge branch 'master' of github.com:nficano/pytube

Browse files

* 'master' of github.com:nficano/pytube:
Fix README file link

Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -6,7 +6,7 @@ try:
6
  except ImportError:
7
  from distutils.core import setup
8
 
9
- with open('README.rst') as readme_file:
10
  readme = readme_file.read()
11
 
12
  with open('LICENSE') as readme_file:
 
6
  except ImportError:
7
  from distutils.core import setup
8
 
9
+ with open('README.md') as readme_file:
10
  readme = readme_file.read()
11
 
12
  with open('LICENSE') as readme_file: