summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-16 13:15:07 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-16 14:59:00 +0100
commit91164d8dbfa5e52903d3f271cac637f41611e79c (patch)
tree67ab434441d6ba58b516138c4c8d68c55aee5f64 /setup.py
parentec4772068609b5d89d5a6bfb8f9c1ca1bb35704d (diff)
downloaddeluge-91164d8dbfa5e52903d3f271cac637f41611e79c.tar.gz
deluge-91164d8dbfa5e52903d3f271cac637f41611e79c.tar.bz2
deluge-91164d8dbfa5e52903d3f271cac637f41611e79c.zip
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.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index db45b0f7a..d5fe90933 100755
--- a/setup.py
+++ b/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',