Skip to content

Commit

Permalink
Fixed publish PyPI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencl committed Aug 8, 2024
1 parent bcbec4c commit 437f06d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit 437f06d

Please sign in to comment.