# -*- coding: utf-8 -*-

This commit is contained in:
Akash
2020-07-18 16:04:23 +05:30
committed by GitHub
parent 2c7d5b7f3a
commit 5843e2c35a

View File

@@ -1,3 +1,5 @@
# -*- 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."
__url__ = "https://akamhy.github.io/waybackpy/"