#3 fixed case of Readme.md in setup.py

This commit is contained in:
Alok Saldanha
2019-09-18 11:45:15 -04:00
parent 0b267725ba
commit 03e04d553f

View File

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