remove space in the description
This commit is contained in:
parent
554181a590
commit
b254385666
2
setup.py
2
setup.py
|
@ -358,7 +358,7 @@ setup(
|
||||||
description = "Bittorrent Client",
|
description = "Bittorrent Client",
|
||||||
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
|
daemon/client model. There are various user interfaces available for
|
||||||
Deluge such as the GTKui, the webui and a console ui. Deluge uses
|
Deluge such as the GTKui, the webui 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.""",
|
||||||
keywords = "torrent bittorrent p2p fileshare filesharing",
|
keywords = "torrent bittorrent p2p fileshare filesharing",
|
||||||
entry_points = """
|
entry_points = """
|
||||||
|
|
Loading…
Reference in New Issue