From 634e901966749bcb5dcc43a7a64b3865e2ae1aa3 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 1 Jul 2020 09:09:12 -0700 Subject: [PATCH] update metadata --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index eb582ed5..15cf18d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,8 @@ project_urls = Code = https://github.com/pallets/flask Issue tracker = https://github.com/pallets/flask/issues license = BSD-3-Clause +author = Armin Ronacher +author_email = armin.ronacher@active-4.com maintainer = Pallets maintainer_email = contact@palletsprojects.com description = A simple framework for building complex web applications.