From c4c0ca43ed21f06220d6ceba3cb5a77f27487826 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 08:46:35 -0500 Subject: [PATCH] test --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05d38e6..9fe3b79 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages if __name__ == '__main__': print('Sopel does not correctly load plugins installed with setup.py ' 'directly. Please use "pip install .", or add ' - '{}/SpiceBot to core.extra in your config.' + '{}/sopel_SpiceBot to core.extra in your config.' .format(os.path.dirname(os.path.abspath(__file__))), file=sys.stderr) @@ -21,4 +21,5 @@ with open('NEWS') as history_file: setup( long_description=readme + '\n\n' + history, + long_description_content_type='text/markdown', )