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