This commit is contained in:
deathbybandaid 2022-02-10 08:46:35 -05:00
parent a0590f3220
commit c4c0ca43ed

View File

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