Skip to content

Commit

Permalink
fix: add long_description_content_type (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt committed May 21, 2024
1 parent 86d7090 commit ed31bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_version(rel_path):
version=get_version('paccmann_predictor/__init__.py'),
description=('PyTorch implementation of PaccMann'),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/PaccMann/paccmann_predictor',
author='Ali Oskooei, Jannis Born, Matteo Manica, Joris Cadow',
author_email=(
Expand Down

0 comments on commit ed31bd6

Please sign in to comment.