Forráskód Böngészése

add documentation link

Cheskel Twersky 4 éve
szülő
commit
1868f17649
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      setup.py

+ 4 - 1
setup.py

@@ -21,13 +21,16 @@ setup(
     long_description_content_type = 'text/markdown',
     long_description_content_type = 'text/markdown',
     author = 'Cheskel Twersky',
     author = 'Cheskel Twersky',
     author_email = 'twerskycheskel@gmail.com',
     author_email = 'twerskycheskel@gmail.com',
-    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',
     keywords = 'youtube python channel videos search playlist list get',
     classifiers = [
     classifiers = [
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3",
         "License :: OSI Approved :: MIT License",
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
         "Operating System :: OS Independent",
     ],
     ],
+    project_urls={
+        'Documentation': 'https://scrapetube.readthedocs.io/en/latest/'
+    },
     install_requires = requirements,
     install_requires = requirements,
     python_requires = '>=3.6',
     python_requires = '>=3.6',
 )
 )