We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d7090 commit ed31bd6Copy full SHA for ed31bd6
setup.py
@@ -25,6 +25,7 @@ def get_version(rel_path):
25
version=get_version('paccmann_predictor/__init__.py'),
26
description=('PyTorch implementation of PaccMann'),
27
long_description=open('README.md').read(),
28
+ long_description_content_type='text/markdown',
29
url='https://github.com/PaccMann/paccmann_predictor',
30
author='Ali Oskooei, Jannis Born, Matteo Manica, Joris Cadow',
31
author_email=(
0 commit comments