From 4ad48f28e4df6ce1328b55ab2bd961ed2d0f7646 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Sat, 18 Nov 2023 16:24:36 -0300 Subject: [PATCH] setup: updating some data --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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