summaryrefslogtreecommitdiffstats
path: root/setup.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Build] Prevent usage of twisted>=23 on WindowsDjLegolas2024-08-241-1/+2
* Update metainfo install pathTorbjörn Lönnemark2023-02-241-5/+5
* [Build] Fix entry point build errorsCalum Lind2022-02-061-7/+10
* [Windows] Use gui_scripts for web and daemon entry pointsCalum Lind2022-02-061-0/+4
* [Common] Add is_interface to validate network interfacestbkizle2022-01-301-0/+1
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-291-8/+7
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-281-11/+2
* [Packaging] Start replacing deprecated distutilsCalum Lind2021-12-141-12/+16
* [Lint] Fix spelling mistakesCalum Lind2021-09-211-1/+1
* [Install] Update and fix python optional requirementsCalum Lind2021-07-311-6/+9
* [Docs] Add spellchecking with pyenchantCalum Lind2019-06-151-0/+1
* [Core] Fix SimpleNamespace on Python2Calum Lind2019-06-081-1/+1
* [Packaging] Cleanup README for PypiCalum Lind2019-05-221-0/+8
* Raise Twisted minimum version to 17.1Calum Lind2019-05-171-1/+1
* [Plugins] Convert plugins to `deluge_` module prefix conventionCalum Lind2019-05-151-1/+0
* [Packaging] Remove distro from setuptool requirementsCalum Lind2019-05-091-1/+0
* [Common] Replace platform.linux_distribution functionCalum Lind2019-05-081-0/+1
* [Packaging] Fix deps for win32Calum Lind2018-11-121-3/+3
* [#3211|Packaging] Fix missing tray iconCalum Lind2018-11-091-6/+2
* [Dependency] Remove bundled rencodeCalum Lind2018-11-021-0/+1
* Fix package_data namespace in setup.pykbdserver2018-11-021-1/+1
* [GTK3] Change module structure from ui/gtkui to ui/gtk3Calum Lind2018-11-021-4/+4
* [Docs] Move apidoc command to Sphinx configCalum Lind2018-11-021-13/+1
* [Docs] Reorganise and add sections from wikiCalum Lind2018-11-011-8/+14
* [Packaging] Minimal requirements for test_requires in setup.pyCalum Lind2018-10-191-24/+2
* [Packaging] Add install_requires to setup.pyCalum Lind2018-10-191-0/+20
* [Packaging] Cleanup dependenciesCalum Lind2018-10-191-2/+3
* Cleanup and use markdown for source text filesCalum Lind2018-10-161-4/+2
* [WebUI] Keep debug js in packaging and fix script lookupCalum Lind2018-10-161-3/+10
* [Lint] Exclude js and css from EOF fixerCalum Lind2018-10-051-1/+0
* [Docs] Add markdown supportCalum Lind2018-10-041-1/+1
* [Lint] Use Black to auto-format codeCalum Lind2018-10-031-42/+95
* [Py3] A large set of fixes for tests to pass under Python 3Calum Lind2018-06-271-1/+0
* Fix files to pass new Flake8 checkersCalum Lind2018-06-021-5/+5
* Add Pipenv Pipfile for developmentCalum Lind2018-06-021-4/+37
* Use a constant for versionsCalum Lind2017-12-171-2/+2
* Fix setup.py requiring gen_web_gettextCalum Lind2017-06-271-4/+8
* Update author detailsCalum Lind2017-06-251-2/+15
* Exclude test and plugin files from build dirCalum Lind2017-06-251-2/+1
* Fix build failing on removed iconCalum Lind2017-06-051-1/+1
* [Lint] Fix triple-quoted to use double-quotes not singleCalum Lind2017-06-051-2/+2
* [#2837] [WebUI] Create gettext.js when buildingCalum Lind2017-03-221-0/+6
* [UI] Refactor appdata.xml code and markup translatable textCalum Lind2017-02-231-19/+16
* [UI] Add an appdata.xml fileMatthias Mailänder2017-02-231-0/+13
* [Lint] Fix pylint warnings in setup.pyCalum Lind2017-01-261-11/+11
* Fix isfile() typo in setup.pyCalum Lind2017-01-091-1/+1
* [Setup] Refactor BuildWebUI classCalum Lind2016-11-281-24/+43
* [Setup] Move package variables to top of fileCalum Lind2016-11-281-44/+31
* [Setup] Rearrange order of some classesCalum Lind2016-11-281-45/+49
* [Setup] Create a CleanTranslations classCalum Lind2016-11-281-5/+22