From 03e04d553f598e26c38341741eb209bee9463677 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Wed, 18 Sep 2019 11:45:15 -0400 Subject: [PATCH] #3 fixed case of Readme.md in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d6b03d..80fb76b 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"]