summaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Add permanent discord invite linkCalum Lind2022-02-151-1/+1
| | | | | Default discord invites expire after 7 days so replace with non-expiring invite
* [Docs] Add discord link to readmeChase Sterling2022-01-301-0/+1
| | | | Closes: https://github.com/deluge-torrent/deluge/pull/350
* [Lint] Fix spelling mistakesCalum Lind2021-09-211-2/+2
| | | | | | | A quick fix of some of the mistakes caught by codespell. Updated readme with new IRC server Useful to add it as part of linting checks.
* [Install] Update and fix python optional requirementsCalum Lind2021-07-311-7/+14
| | | | | | | | | | | | | | | * Added required dependency setuptools to install_requires * Remove optional dependency ipaddress from install_requires * Created extras_require in setup.py. The optional dependencies should not be included in install_requires so that users can either install forked dependencies or remove problematic ones. Updated documentation to detail how to install these optional dependencies. * Fixed README badge Refs: * https://dev.deluge-torrent.org/ticket/3470 * https://dev.deluge-torrent.org/ticket/3282 * https://dev.deluge-torrent.org/ticket/3353
* [Packaging] Cleanup README for PypiCalum Lind2019-05-221-22/+28
| | | | | | - Set a minimal Python version 3.5 and remove universal wheels. - Tidy up the README - Add Project URL for issues and docs.
* Cleanup and use markdown for source text filesCalum Lind2018-10-161-0/+57
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.