diff --git a/setup.cfg b/setup.cfg index b88034e4..08aedd7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +description_file = README.md diff --git a/setup.py b/setup.py index 2f3cbae4..744e2e41 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ DESCRIPTION = ( "Graphical interface to manage Linux applications (AppImage, Arch / AUR, Flatpak, Snap and Web)" ) -AUTHOR = "bauh developers" -AUTHOR_EMAIL = "bauh4linux@gmail.com" +AUTHOR = "Vinicius Moreira" +AUTHOR_EMAIL = "vinicius_fmoreira@hotmail.com" NAME = 'bauh' URL = "https://github.com/vinifmor/" + NAME