summarylogtreecommitdiffstats
path: root/remove-whitespace-from-description.patch
blob: 5d44ae7731c9ada8b969a1613d30eaf5eb090322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/setup.py b/setup.py
index bc11a39..aa5a9b7 100644
--- a/setup.py
+++ b/setup.py
@@ -46,9 +46,7 @@ setuptools.setup(
     url=REPOSITORY_URL,
     author=pkg_info["__author__"],
     author_email=pkg_info["__email__"],
-    description="""
-    A Python library to dump table schema of a SQLite database file.
-    """,
+    description='A Python library to dump table schema of a SQLite database file',
     include_package_data=True,
     keywords=["SQLite", "library", "schema"],
     license=pkg_info["__license__"],