Skip to content

Commit

Permalink
CI: Fix long description
Browse files Browse the repository at this point in the history
Fix new definition of long description to ensure it is rendered on PyPi
  • Loading branch information
JoostJM committed May 17, 2023
1 parent 3144f52 commit fbccb99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[metadata]
description_file = README.md
description = Radiomics features library for python
long_description = file: README.md
license = 3-Clause BSD

[options]
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

packages=['radiomics', 'radiomics.scripts'],
ext_modules=ext,
zip_safe=False,
zip_safe=False
)

0 comments on commit fbccb99

Please sign in to comment.