fix: move metadata from __init__.py into setup.cfg

This commit is contained in:
eggplants
2022-02-09 20:41:16 +09:00
parent 81162eebd0
commit d325f47c6a
3 changed files with 7 additions and 26 deletions

View File

@@ -1,14 +1,14 @@
[metadata]
name = waybackpy
version = attr: waybackpy.__version__
description = attr: waybackpy.__description__
description = Python package that interfaces with the Internet Archive's Wayback Machine APIs. Archive pages and retrieve archived pages easily.
long_description = file: README.md
long_description_content_type = text/markdown
license = attr: waybackpy.__license__
author = attr: waybackpy.__author__
author_email = attr: waybackpy.__author_email__
url = attr: waybackpy.__url__
download_url = attr: waybackpy.__download_url__
license = MIT
author = Akash Mahanty
author_email = akamhy@yahoo.com
url = https://akamhy.github.io/waybackpy/
download_url = https://github.com/akamhy/waybackpy/releases
project_urls =
Documentation = https://github.com/akamhy/waybackpy/wiki
Source = https://github.com/akamhy/waybackpy