mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
Updated package_data
This commit is contained in:
10
setup.py
10
setup.py
@@ -20,12 +20,18 @@ setup(
|
||||
# mandatory
|
||||
author="Niket Patel, Yohann Potier, Alok Saldanha",
|
||||
author_email="alok.saldanha@novartis.com",
|
||||
description=("Cell-by-gene Gateway"),
|
||||
description=("Cellxgene Gateway"),
|
||||
license="MIT",
|
||||
keywords="visualization, genomics",
|
||||
url="http://github.com/Novartis/cellxgene-gateway",
|
||||
packages=["cellxgene_gateway"],
|
||||
package_data={"": ["README.md", "LICENSE.txt"]},
|
||||
package_data={
|
||||
"cellxgene_gateway": [
|
||||
"static/css/homepagestyle.css",
|
||||
"static/nibr.ico",
|
||||
"templates/*.html"
|
||||
]},
|
||||
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