Skip to content

Commit

Permalink
Fix missing information to render README in PyPI (#214)
Browse files Browse the repository at this point in the history
* Add long description content type

* Bump version: 5.7.6 → 5.7.7
  • Loading branch information
dalonsoa committed Apr 7, 2022
1 parent b8b8b44 commit 56d5401
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# config = ConfigParser()
# config.read([default_config, ])
# __version__ = config.get('Configuration', 'version')
__version__ = '5.7.6'
__version__ = '5.7.7'

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.7.6
current_version = 5.7.7
commit = True
tag = True

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def gen_data_files(*dirs):
version=config.get("Configuration", "version"),
description="Python-based solar cell simulator",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/qpv-research-group/solcore5",
download_url="https://github.com/qpv-research-group/solcore5/archive/v{}.tar.gz".format(
config.get("Configuration", "version")
Expand Down
2 changes: 1 addition & 1 deletion solcore/solcore_config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Configuration]
version: 5.7.6
version: 5.7.7
welcome_message: 1
verbose_loading: 1

Expand Down

0 comments on commit 56d5401

Please sign in to comment.