From 0f7a21e15ebccfdca7dbcff7281ce19681d5062e Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 30 Jan 2020 12:48:58 +0100
Subject: [PATCH] Build: Removed duplicate url property in setup.py.

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2177347..505afba 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,6 @@ __credits__ = ['David M. Brown - Project founder']
 setup(
     name='aiogremlin',
     version='3.3.2',
-    url='',
     license=__license__,
     author=__author__,
     author_email=__email__,
-- 
GitLab