From a924cb73b0d0113ff6f0a54764af31cac715167c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 27 Nov 2016 21:50:33 +0000 Subject: [PATCH] [Setup] Fix wording and syntax in descriptions --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 7ae0716cb..225d6d4e0 100755 --- a/setup.py +++ b/setup.py @@ -438,15 +438,15 @@ else: setup( name='deluge', version=_version, - fullname='Deluge Bittorrent Client', - description='Bittorrent Client', + fullname='Deluge BitTorrent Client', + description='BitTorrent Client', 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 GTKui, the webui and a console ui. Deluge uses - libtorrent in it's backend to handle the bittorrent protocol.''', + 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.''', url='http://deluge-torrent.org', license='GPLv3', cmdclass=cmdclass,