Skip to content

Commit c34d4ef

Browse files
committed
fix: add long_description_content_type
1 parent 86d7090 commit c34d4ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def get_version(rel_path):
2525
version=get_version('paccmann_predictor/__init__.py'),
2626
description=('PyTorch implementation of PaccMann'),
2727
long_description=open('README.md').read(),
28+
long_description_content_type='text/markdown',
2829
url='https://github.com/PaccMann/paccmann_predictor',
2930
author='Ali Oskooei, Jannis Born, Matteo Manica, Joris Cadow',
3031
author_email=(

0 commit comments

Comments
 (0)