haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
133 stars 20 forks source link

Readme rendering broken on pypi #18

Closed cmutel closed 3 years ago

cmutel commented 3 years ago

You need to add this line to the setup section in setup.py:

long_description_content_type="text/markdown",

haasad commented 3 years ago

Fixed in ecd4adec5cd7505902a2d16c88a48d39b43a61ef and now live with version 0.3.3 on PyPI: https://pypi.org/project/pypardiso/ Thanks for the hint!