Skip to content

Commit 1868f17

Browse files
committed
add documentation link
1 parent 06fff53 commit 1868f17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@
2121
long_description_content_type = 'text/markdown',
2222
author = 'Cheskel Twersky',
2323
author_email = '[email protected]',
24-
description = 'Scrape youtube without the official youtube api and without selenium',
24+
description = 'Scrape youtube without the official youtube api and without selenium.',
2525
keywords = 'youtube python channel videos search playlist list get',
2626
classifiers = [
2727
"Programming Language :: Python :: 3",
2828
"License :: OSI Approved :: MIT License",
2929
"Operating System :: OS Independent",
3030
],
31+
project_urls={
32+
'Documentation': 'https://scrapetube.readthedocs.io/en/latest/'
33+
},
3134
install_requires = requirements,
3235
python_requires = '>=3.6',
3336
)

0 commit comments

Comments
 (0)