From 755cfcbc7a8cc11af5fad4290f17655aba57b4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20S=C3=A1nchez?= Date: Tue, 7 Jan 2020 16:02:15 +0100 Subject: [PATCH] Changed authors --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a9ac6f0..4799411 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ description = 'Prometheus exporter for PgBouncer', long_description = long_description, long_description_content_type = "text/markdown", - author = 'Marco Pracucci', - author_email = 'marco@pracucci.com', + author = 'Spreaker Developers', + author_email = 'dev@spreaker.com', url = 'https://github.com/spreaker/prometheus-pgbouncer-exporter', download_url = 'https://github.com/spreaker/prometheus-pgbouncer-exporter/archive/2.0.1.tar.gz', keywords = ['prometheus', 'pgbouncer'],