updated url in setup.py
Browse files
setup.py
CHANGED
@@ -19,6 +19,7 @@ setup(
|
|
19 |
author="Nick Ficano",
|
20 |
author_email="[email protected]",
|
21 |
packages=['pytube'],
|
|
|
22 |
license=license,
|
23 |
scripts=['scripts/pytube'],
|
24 |
classifiers=[
|
|
|
19 |
author="Nick Ficano",
|
20 |
author_email="[email protected]",
|
21 |
packages=['pytube'],
|
22 |
+
url="https://github.com/nficano/pytube",
|
23 |
license=license,
|
24 |
scripts=['scripts/pytube'],
|
25 |
classifiers=[
|