2018 is not the year of Unicode on your desktop

This commit is contained in:
Łukasz Langa 2018-06-07 11:24:55 -07:00
parent de702bcdf1
commit ef362b4ea8

View File

@ -35,7 +35,9 @@ name = "black"
version = "18.6b2" version = "18.6b2"
description = "The uncompromising code formatter." description = "The uncompromising code formatter."
readme = "README.md" readme = "README.md"
authors = ["Łukasz Langa <lukasz@langa.pl>"] # FIXME: use proper Unicode below when new `pip` comes out with a fix for
# https://github.com/pypa/pip/pull/5482.
authors = ["Lukasz Langa <lukasz@langa.pl>"]
homepage = "https://github.com/ambv/black/" homepage = "https://github.com/ambv/black/"
documentation = "https://black.readthedocs.io/en/stable/" documentation = "https://black.readthedocs.io/en/stable/"
license = "MIT" license = "MIT"