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',