diff --git a/setup.py b/setup.py index 5e5e271..2955591 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ version = '0.2.0', license='MIT', description = 'MLP Mixer - Pytorch', + long_description_content_type = 'text/markdown', author = 'Phil Wang', author_email = 'lucidrains@gmail.com', url = 'https://github.com/lucidrains/mlp-mixer-pytorch',