[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(
|
setup(
|
||||||
name='deluge',
|
name='deluge',
|
||||||
version=_version,
|
version=_version,
|
||||||
fullname='Deluge Bittorrent Client',
|
fullname='Deluge BitTorrent Client',
|
||||||
description='Bittorrent Client',
|
description='BitTorrent Client',
|
||||||
author='Andrew Resch, Damien Churchill',
|
author='Andrew Resch, Damien Churchill',
|
||||||
author_email='andrewresch@gmail.com, damoxc@gmail.com',
|
author_email='andrewresch@gmail.com, damoxc@gmail.com',
|
||||||
keywords='torrent bittorrent p2p fileshare filesharing',
|
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
|
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 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',
|
url='http://deluge-torrent.org',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
cmdclass=cmdclass,
|
cmdclass=cmdclass,
|
||||||
|
|
Loading…
Reference in New Issue