[Setup] Fix wording and syntax in descriptions
This commit is contained in:
parent
3cbafec68d
commit
a924cb73b0
10
setup.py
10
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,
|
||||
|
|
Loading…
Reference in New Issue