mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
setup.py: Fix download url.
This commit is contained in:
parent
34f5031bef
commit
bf658246f6
2
setup.py
2
setup.py
@ -180,7 +180,7 @@ setup(
|
|||||||
author='Valentin Lorentz',
|
author='Valentin Lorentz',
|
||||||
url='https://github.com/ProgVal/Limnoria',
|
url='https://github.com/ProgVal/Limnoria',
|
||||||
author_email='progval+limnoria@progval.net',
|
author_email='progval+limnoria@progval.net',
|
||||||
download_url='https://builds.progval.net/limnoria/',
|
download_url='https://pypi.python.org/pypi/limnoria',
|
||||||
description='A modified version of Supybot (an IRC bot and framework)',
|
description='A modified version of Supybot (an IRC bot and framework)',
|
||||||
platforms=['linux', 'linux2', 'win32', 'cygwin', 'darwin'],
|
platforms=['linux', 'linux2', 'win32', 'cygwin', 'darwin'],
|
||||||
long_description=normalizeWhitespace("""A robust, full-featured Python IRC
|
long_description=normalizeWhitespace("""A robust, full-featured Python IRC
|
||||||
|
Loading…
Reference in New Issue
Block a user