Remove all non-ascii chars from setup.cfg
https://github.com/pypa/setuptools/issues/1062
This commit is contained in:
parent
9069b844fa
commit
ac18bd8321
|
@ -2,7 +2,7 @@
|
||||||
name = gajim
|
name = gajim
|
||||||
version = attr: gajim.__version__
|
version = attr: gajim.__version__
|
||||||
description = A GTK+ Jabber client
|
description = A GTK+ Jabber client
|
||||||
author = Philipp Hörist, Yann Leboulanger
|
author = Philipp Hoerist, Yann Leboulanger
|
||||||
author_email = gajim-devel@gajim.org
|
author_email = gajim-devel@gajim.org
|
||||||
url = https://gajim.org
|
url = https://gajim.org
|
||||||
license = GPL v3
|
license = GPL v3
|
||||||
|
|
Loading…
Reference in New Issue