From: Łukasz Langa Date: Thu, 7 Jun 2018 18:24:55 +0000 (-0700) Subject: 2018 is not the year of Unicode on your desktop X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ef362b4ea84669ed38ea108aee4117e8fadf1cf0 2018 is not the year of Unicode on your desktop --- diff --git a/pyproject.toml b/pyproject.toml index 4253a78..13f75a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,9 @@ name = "black" version = "18.6b2" description = "The uncompromising code formatter." readme = "README.md" -authors = ["Łukasz Langa "] +# FIXME: use proper Unicode below when new `pip` comes out with a fix for +# https://github.com/pypa/pip/pull/5482. +authors = ["Lukasz Langa "] homepage = "https://github.com/ambv/black/" documentation = "https://black.readthedocs.io/en/stable/" license = "MIT"