From 2b55f753b9d32e5bea3424bc6f1973640fdc7e86 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Tue, 10 May 2022 10:51:15 -0700 Subject: [PATCH] fix new issue with github actions and auto pypi package uploading --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 058a51e..3a419af 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( description = 'DALL-E 2', author = 'Phil Wang', author_email = 'lucidrains@gmail.com', + long_description_content_type = 'text/markdown', url = 'https://github.com/lucidrains/dalle2-pytorch', keywords = [ 'artificial intelligence',