Cleanup and use markdown for source text files

Use markdown to aid readability.

Update the README and use it for the long_description in setup.py
Add detailed requirement information to the DEPENDS files.
This commit is contained in:
Calum Lind 2018-10-16 13:15:07 +01:00
parent ec47720686
commit 91164d8dbf
8 changed files with 228 additions and 156 deletions

View file

@ -571,10 +571,8 @@ setup(
maintainer='Calum Lind',
maintainer_email='calumlind+deluge@gmail.com',
keywords='torrent bittorrent p2p fileshare filesharing',
long_description="""Deluge is a BitTorrent client that utilizes a
daemon/client model. There are various user interfaces available for
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.""",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://deluge-torrent.org',
classifiers=[
'Development Status :: 4 - Beta',