make setup.py smarter, now no need to update the URL again and also added more keywords. And in __version__.py updated the __author__

This commit is contained in:
Akash Mahanty
2022-01-21 23:01:09 +05:30
parent fd5e85420c
commit d3bb8337a1
2 changed files with 13 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ __description__ = (
)
__url__ = "https://akamhy.github.io/waybackpy/"
__version__ = "3.0.0"
__author__ = "akamhy"
__author__ = "Akash Mahanty"
__author_email__ = "akamhy@yahoo.com"
__license__ = "MIT"
__copyright__ = "Copyright 2020-2022 Akash Mahanty et al."