From a8e651e4831dd7c9bc56aaa6f4fc250e21344e0e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 16 Feb 2018 17:59:07 -0800 Subject: [PATCH] Fix missing , --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ff2f68..b8c336f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( description='A minimal monitoring tool', long_description=long_description, url='https://git.iamthefij.com/iamthefij/minitor', - download_url='https://git.iamthefij.com/iamthefij/minitor/archive/master.tar.gz' + download_url='https://git.iamthefij.com/iamthefij/minitor/archive/master.tar.gz', author='Ian Fijolek', author_email='ian@iamthefij.com', classifiers=[