-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sylvain.Faure
committed
Mar 25, 2020
1 parent
7d1ccd5
commit 680862a
Showing
3 changed files
with
6 additions
and
12 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
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
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 |
---|---|---|
|
@@ -37,6 +37,7 @@ def write_version_py(filename='cromosim/version.py'): | |
name = "cromosim", | ||
version = VERSION, | ||
description = README[0], | ||
long_description_content_type = 'text/x-rst', | ||
long_description = "".join(README[1:]), | ||
author = "Sylvain Faure, Bertrand Maury", | ||
author_email = "[email protected], [email protected]", | ||
|