From 3d4d18799e52a8feb4e7ead12d7b976a40a8a943 Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 3 Mar 2022 12:31:02 -0500 Subject: [PATCH] Add author Thanks stackoverflow https://stackoverflow.com/questions/9999829/how-to-specify-multiple-authors-emails-in-setup-py --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8059977..bd82921 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,9 +4,9 @@ version = attr: dpaste.__version__ description = A Django based pastebin for text and code. long_description = file: README.rst, CHANGELOG.rst long_description_content_type = text/x-rst -author = Martin Mahner -author_email = martin@mahner.org -url = https://github.com/bartTC/dpaste +author = 'Martin Mahner, Darren Nathanael' +author_email = 'martin@mahner.org, git@darrennathanael.com' +url = https://github.com/DarrenOfficial/dpaste keywords = django, pastebin license = MIT classifiers =