Skip to content

Commit c26b328

Browse files
committed
BUG: Fix missing description
1 parent fbe985a commit c26b328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ def run_tests(self):
8585
]},
8686

8787
description='Radiomics features library for python',
88+
long_description=long_description,
89+
long_description_content_type='text/markdown',
90+
8891
license='BSD License',
8992

9093
classifiers=[

0 commit comments

Comments
 (0)