From b2450960a9e7e132a7e02de3fa2e26c52f7bb3e1 Mon Sep 17 00:00:00 2001 From: Alokito Date: Fri, 6 Sep 2019 14:36:39 -0400 Subject: [PATCH] Typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea3e58b..8d6b03d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( "static/nibr.ico", "templates/*.html" ]}, - data_files=[('', ['README.md', 'LICENSE.txt'])) + data_files=[('', ['README.md', 'LICENSE.txt'])], install_requires=install_reqs, entry_points={ "console_scripts": ["cellxgene-gateway=cellxgene_gateway.gateway:main"]