From 03527a2ef175ba654bf82d49102a7eec96f3cdeb Mon Sep 17 00:00:00 2001 From: eylles Date: Wed, 12 Apr 2023 20:21:57 -0600 Subject: [PATCH] formatting --- ueberzug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueberzug/__init__.py b/ueberzug/__init__.py index 7681729..70d727b 100644 --- a/ueberzug/__init__.py +++ b/ueberzug/__init__.py @@ -1,6 +1,6 @@ __version__ = '18.1.9' __license__ = 'GPLv3' -__description__ ='ueberzug is a command line util which allows to display images in combination with X11' +__description__ = 'ueberzug is a command line util which allows to display images in combination with X11' __url_repository__ = 'https://github.com/ueber-devel/ueberzug' __url_bug_reports__ = 'https://github.com/ueber-devel/ueberzug/issues' __url_project__ = __url_repository__