mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
Set long_description_content_type (#439)
This _should_ make it look more attractive on pypi.
This commit is contained in:
committed by
Charlotte Weaver
parent
07cda497d9
commit
523048de43
1
setup.py
1
setup.py
@@ -16,6 +16,7 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user