Skip to content

Commit

Permalink
add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Aug 19, 2021
1 parent 06fff53 commit 1868f17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
long_description_content_type = 'text/markdown',
author = 'Cheskel Twersky',
author_email = '[email protected]',
description = 'Scrape youtube without the official youtube api and without selenium',
description = 'Scrape youtube without the official youtube api and without selenium.',
keywords = 'youtube python channel videos search playlist list get',
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
project_urls={
'Documentation': 'https://scrapetube.readthedocs.io/en/latest/'
},
install_requires = requirements,
python_requires = '>=3.6',
)

0 comments on commit 1868f17

Please sign in to comment.