mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 11:27:49 +03:00
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:
parent
ec47720686
commit
91164d8dbf
8 changed files with 228 additions and 156 deletions
6
setup.py
6
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue