-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Specify content type of long_description in setup.py and setup_p…
…ypi.py
- Loading branch information
1 parent
35bb213
commit b79fc79
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|