From 4c2e9a98dde86ffedfb9d713787762570752b5cf Mon Sep 17 00:00:00 2001 From: chrisjonesBSU Date: Mon, 5 Apr 2021 12:56:55 -0600 Subject: [PATCH] add missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e31adf..af88916 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name=NAME, version=about["__version__"], - description='Helpful functions used in the CME lab' + description='Helpful functions used in the CME lab', url='https://github.com/cmelab/cmeutils', author='CME Lab', author_email='ericjankowski@boisestate.edu',