From 0821b20653a3b1df347b92dc0a440b651f1876d5 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 13 Sep 2024 07:28:16 -0700 Subject: [PATCH] fix another pypi thing --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',