diff --git a/setup.py b/setup.py index e76e814..6957aba 100644 --- a/setup.py +++ b/setup.py @@ -44,5 +44,7 @@ 'Programming Language :: Python :: 3.12', ], install_requires=['pywavelets', 'scipy', 'numpy', 'lmfit', 'pydicom', 'parsley', 'parse', 'nibabel'], - test_requires=['pytest', 'mock', 'numpydoc'] + test_requires=['pytest', 'mock', 'numpydoc'], + long_description=open('README.md').read(), + long_description_content_type='text/markdown', )