Skip to content

Commit

Permalink
FIX: Specify content type of long_description in setup.py and setup_p…
Browse files Browse the repository at this point in the history
…ypi.py
  • Loading branch information
sebastientourbier committed Jan 5, 2022
1 parent 35bb213 commit b79fc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def main():
version=__version__,
description="Connectome Mapper 3: A Flexible and Open-Source Pipeline Software for Multiscale Multimodal Human Connectome Mapping",
long_description=long_description,
long_description_content_type="text/markdown",
author="Sebastien Tourbier",
author_email="[email protected]",
url="https://github.com/connectomicslab/connectomemapper3",
Expand Down
1 change: 1 addition & 0 deletions setup_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def main():
version=__version__,
description="Connectome Mapper 3: A Flexible and Open-Source Pipeline Software for Multiscale Multimodal Human Connectome Mapping",
long_description=long_description,
long_description_content_type="text/markdown",
author="Sebastien Tourbier",
author_email="[email protected]",
url="https://github.com/connectomicslab/connectomemapper3",
Expand Down

0 comments on commit b79fc79

Please sign in to comment.