Skip to content

Commit fbccb99

Browse files
committed
CI: Fix long description
Fix new definition of long description to ensure it is rendered on PyPi
1 parent 3144f52 commit fbccb99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[metadata]
2-
description_file = README.md
2+
description = Radiomics features library for python
3+
long_description = file: README.md
4+
license = 3-Clause BSD
35

46
[options]
57
install_requires =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626

2727
packages=['radiomics', 'radiomics.scripts'],
2828
ext_modules=ext,
29-
zip_safe=False,
29+
zip_safe=False
3030
)

0 commit comments

Comments
 (0)