mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-09 19:52:37 +01:00
Fix the 'provides' field.
This commit is contained in:
parent
4ce44d1ef2
commit
76a091db50
2
setup.py
2
setup.py
@ -153,7 +153,7 @@ for plugin in plugins:
|
|||||||
setup(
|
setup(
|
||||||
# Metadata
|
# Metadata
|
||||||
name='limnoria',
|
name='limnoria',
|
||||||
provides='supybot',
|
provides=['supybot'],
|
||||||
version=version,
|
version=version,
|
||||||
author='Valentin Lorentz',
|
author='Valentin Lorentz',
|
||||||
url='https://github.com/ProgVal/Limnoria',
|
url='https://github.com/ProgVal/Limnoria',
|
||||||
|
Loading…
Reference in New Issue
Block a user