We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fff53 commit 1868f17Copy full SHA for 1868f17
setup.py
@@ -21,13 +21,16 @@
21
long_description_content_type = 'text/markdown',
22
author = 'Cheskel Twersky',
23
author_email = '[email protected]',
24
- description = 'Scrape youtube without the official youtube api and without selenium',
+ description = 'Scrape youtube without the official youtube api and without selenium.',
25
keywords = 'youtube python channel videos search playlist list get',
26
classifiers = [
27
"Programming Language :: Python :: 3",
28
"License :: OSI Approved :: MIT License",
29
"Operating System :: OS Independent",
30
],
31
+ project_urls={
32
+ 'Documentation': 'https://scrapetube.readthedocs.io/en/latest/'
33
+ },
34
install_requires = requirements,
35
python_requires = '>=3.6',
36
)
0 commit comments