From f98d71be3aed44e4a0fa4992fc6a0ece01d1f5d4 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Sat, 18 May 2024 12:46:39 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0be6231..09efc26 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ name='Miraheze_PyUtils', version=VERSION, description='Python Utilities for Miraheze', - long_description=readme, # + '\n\n' + history, - long_description_content_type='text/markdown', # This is important! + long_description=readme, # + '\n\n' + history, + long_description_content_type='text/markdown', # This is important! author='RhinosF1', author_email='rhinosf1@wikitide.org', url='https://github.com/FOSSBots/MirahezeBots',