mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
[Lint] Fix triple-quoted to use double-quotes not single
* according to pep8 triple-quotes should use double-quote.
This commit is contained in:
parent
9ebe30edfc
commit
579f56b0bf
2 changed files with 6 additions and 6 deletions
4
setup.py
4
setup.py
|
@ -486,10 +486,10 @@ setup(
|
|||
author='Andrew Resch, Damien Churchill',
|
||||
author_email='andrewresch@gmail.com, damoxc@gmail.com',
|
||||
keywords='torrent bittorrent p2p fileshare filesharing',
|
||||
long_description='''Deluge is a BitTorrent client that utilizes a
|
||||
long_description="""Deluge is a BitTorrent client that utilizes a
|
||||
daemon/client model. There are various user interfaces available for
|
||||
Deluge such as the GTK-UI, the Web-UI and a Console-UI. Deluge uses
|
||||
libtorrent in it's backend to handle the BitTorrent protocol.''',
|
||||
libtorrent in it's backend to handle the BitTorrent protocol.""",
|
||||
url='http://deluge-torrent.org',
|
||||
license='GPLv3',
|
||||
cmdclass=cmdclass,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue