Skip to content

Commit

Permalink
WID-1 Fix the way readme text is displayed on he Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed May 20, 2022
1 parent a7758d9 commit 2af4861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tvb-widgets",
"version": "0.2.0",
"version": "0.2.1",
"description": "GUI widgets for EBRAINS showcases",
"homepage": "https://github.com/the-virtual-brain/tvb-widgets",
"license": "GPL-3.0-or-later",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
extras_require={"tests": REQUIRED_EXTRA_TESTS, "examples": REQUIRED_EXTRA_EXAMPLES},
description=pkg_json['description'],
long_description=DESCRIPTION,
long_description_content_type="text/markdown",
license=pkg_json['license'],
author=pkg_json["author"]["name"],
author_email=pkg_json["author"]["email"],
Expand Down

0 comments on commit 2af4861

Please sign in to comment.