summarylogtreecommitdiffstats
path: root/0001-fix-newlines-in-setup.patch
blob: fd108747d87a3920b7b3bb4fbf11ec2f7423184b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/setup.py b/setup.py
index 19eefeb..ec2b60b 100644
--- a/setup.py
+++ b/setup.py
@@ -16,9 +16,9 @@ setup(
     name='doxytag2zealdb',
     version=__version__,
 
-    description='''doxytag2zealdb creates a SQLite3 database from a Doxygen tag
-    file to enable searchable Doxygen docsets with categorized entries in tools
-    like helm-dash, Zeal, and Dash.''',
+    description="doxytag2zealdb creates a SQLite3 database from a Doxygen tag "
+                "file to enable searchable Doxygen docsets with categorized "
+                "entries in tools like helm-dash, Zeal, and Dash.",
     long_description=open(path.join(here, 'README.md'),
                           encoding='utf-8').read(),
     long_description_content_type='text/markdown',