[Setup] Fix wording and syntax in descriptions

This commit is contained in:
Calum Lind 2016-11-27 21:50:33 +00:00
parent 3cbafec68d
commit a924cb73b0
1 changed files with 5 additions and 5 deletions

View File

@ -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,