mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
#3 fixed case of Readme.md in setup.py
This commit is contained in:
2
setup.py
2
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"]
|
||||
|
||||
Reference in New Issue
Block a user