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"]