We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3144f52 commit fbccb99Copy full SHA for fbccb99
setup.cfg
@@ -1,5 +1,7 @@
1
[metadata]
2
-description_file = README.md
+description = Radiomics features library for python
3
+long_description = file: README.md
4
+license = 3-Clause BSD
5
6
[options]
7
install_requires =
setup.py
@@ -26,5 +26,5 @@
26
27
packages=['radiomics', 'radiomics.scripts'],
28
ext_modules=ext,
29
- zip_safe=False,
+ zip_safe=False
30
)
0 commit comments