From a87e2fe823e5234b22a0004b487f3f644548c74a Mon Sep 17 00:00:00 2001
From: juga0 <juga@riseup.net>
Date: Fri, 14 Sep 2018 18:08:11 +0000
Subject: [PATCH] Add authors

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 7985eace..9db87310 100755
--- a/setup.py
+++ b/setup.py
@@ -45,8 +45,8 @@ setup(
     description='Simple Bandwidth Scanner',
     long_description=long_description(),
     long_description_content_type="text/markdown",
-    author='Matt Traudt',
-    author_email='pastly@torproject.org',
+    author='Matt Traudt, juga',
+    author_email='{pastly, juga}@torproject.org',
     license='CC0',
     url="https://gitweb.torproject.org/sbws.git",
     classifiers=[
-- 
GitLab