test
This commit is contained in:
parent
a0590f3220
commit
c4c0ca43ed
3
setup.py
3
setup.py
@ -8,7 +8,7 @@ from setuptools import setup, find_packages
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print('Sopel does not correctly load plugins installed with setup.py '
|
print('Sopel does not correctly load plugins installed with setup.py '
|
||||||
'directly. Please use "pip install .", or add '
|
'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__))),
|
.format(os.path.dirname(os.path.abspath(__file__))),
|
||||||
file=sys.stderr)
|
file=sys.stderr)
|
||||||
|
|
||||||
@ -21,4 +21,5 @@ with open('NEWS') as history_file:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
long_description=readme + '\n\n' + history,
|
long_description=readme + '\n\n' + history,
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user