From 83551c08c4603dde61ee2ff73e4e5107d843454f Mon Sep 17 00:00:00 2001 From: Marco S <70583350+MarcoSa-2000@users.noreply.github.com> Date: Fri, 20 May 2022 13:35:50 +0200 Subject: [PATCH] 0.2.1 fix --- README.md | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 433521e..ae7ebab 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Get random anime gifs by category. Use Python. WIP - updated frequently. -``` +` pip install animegifs -``` +` # HOW TO USE diff --git a/setup.py b/setup.py index 1e79eeb..64225d2 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ version=VERSION, description='Get random anime gifs by category.', long_description=LONG_DESCRIPTION, + long_description_content_type='text/markdown', author='Marco-Sa2000', author_email='grest0grest@gmail.com', license='MIT',