deluge/deluge
Calum Lind 49e5611f65 Remove unicode_literal from plugins setup.py
There is a bug in Py2 setuptools where the build fails if unicode dict keys
 are passed to package_data:

    `package_data must be a dictionary mapping package names to lists of wildcard patterns`

 The easiest workaround is to remove unicode_literals use in setup.py as it is not that important.
2017-02-23 16:48:05 +00:00
..
core [Daemon] Improve logging when another process is using listen port 2017-02-23 09:31:58 +00:00
i18n Localize the Desktop file 2011-07-13 21:49:25 +01:00
plugins Remove unicode_literal from plugins setup.py 2017-02-23 16:48:05 +00:00
scripts [Lint] Add missing copyright header to files 2017-02-22 12:36:33 +00:00
tests [Py2to3] Refactor out usage of unicode and basestring 2017-02-23 00:35:43 +00:00
ui [GTKUI] Parse u:p@host:port pasted into proxy or connection manager 2017-02-23 09:46:39 +00:00
__init__.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
__rpcapi.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
_libtorrent.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
bencode.py [Lint] Fix files to pass Flake8 v3.2.0 2016-11-17 12:19:41 +00:00
common.py [Py2to3] Refactor out usage of unicode and basestring 2017-02-23 00:35:43 +00:00
component.py [Py2to3] Refactor out usage of unicode and basestring 2017-02-23 00:35:43 +00:00
config.py [Py2to3] Refactor out usage of unicode and basestring 2017-02-23 00:35:43 +00:00
configmanager.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
decorators.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
error.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
event.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
httpdownloader.py [Common] Rename decode_string to decode_bytes 2017-02-23 00:30:10 +00:00
log.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
maketorrent.py [Common] Rename decode_string to decode_bytes 2017-02-23 00:30:10 +00:00
metafile.py [Py2to3] Refactor out usage of unicode and basestring 2017-02-23 00:35:43 +00:00
path_chooser_common.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
pluginmanagerbase.py [Py2to3] Force unicode_literals and fix related issues 2017-02-22 12:36:32 +00:00
rencode.py [Lint] Fix files to pass Flake8 v3.2.0 2016-11-17 12:19:41 +00:00
transfer.py [Core] Markup byte-strings to fix httpdownloader and core tests 2017-02-22 12:36:33 +00:00