Merge branch 'master' of github.com:nficano/pytube
Browse files* 'master' of github.com:nficano/pytube:
Fix README file link
setup.py
CHANGED
@@ -6,7 +6,7 @@ try:
|
|
6 |
except ImportError:
|
7 |
from distutils.core import setup
|
8 |
|
9 |
-
with open('README.
|
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:
|