updated index.rst and minor docs updated.

This commit is contained in:
Akash Mahanty
2020-10-17 16:56:51 +05:30
parent 50e3154a4e
commit 2b132456ac
4 changed files with 133 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__title__ = "waybackpy"
__description__ = "A Python library that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily."
__description__ = "A Python package that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily."
__url__ = "https://akamhy.github.io/waybackpy/"
__version__ = "2.1.9"
__author__ = "akamhy"