Typo in setup.py

This commit is contained in:
Alokito
2019-09-06 14:36:39 -04:00
committed by GitHub
parent 90eb717a7f
commit b2450960a9
+1 -1
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"]