fix: move metadata from __init__.py into setup.cfg
This commit is contained in:
12
setup.cfg
12
setup.cfg
@@ -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
|
||||
|
Reference in New Issue
Block a user