Files
waybackpy/waybackpy/__version__.py
Akash Mahanty a2ff89a6d3 v2.3.0
2020-12-13 23:57:56 +05:30

14 lines
409 B
Python

# -*- coding: utf-8 -*-
__title__ = "waybackpy"
__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.3.0"
__author__ = "akamhy"
__author_email__ = "akash3pro@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2020 akamhy"