mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 21:18:11 +08:00
Added entry point to run cellxgene from console
This commit is contained in:
@@ -16,7 +16,6 @@ setup(
|
||||
author_email='cweaver@chanzuckerberg.com',
|
||||
description='Web application for exploration of large scale scRNA-seq datasets',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=requirements,
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
@@ -24,4 +23,8 @@ setup(
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
),
|
||||
entry_points={
|
||||
'console_scripts':
|
||||
['cellxgene = server.app.app:main']
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user