summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-11-17 10:33:27 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-11-17 10:33:27 -0500
commit1a30e93961def546c8c75fa020fceb2ef6ea7b4d (patch)
tree561570996224ff02e47c503bddaf8545806cb0bd
parent338b75544b320d538a8b116c2b8416e08e216003 (diff)
downloadmako-1a30e93961def546c8c75fa020fceb2ef6ea7b4d.tar.gz
description needs to be all single line for distutils
Change-Id: I8511d4eb793892f6e76fda99a9840e07178be785
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ea50c03..46ee8f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,7 @@
[metadata]
name = Mako
version = attr: mako.__version__
-description = A super-fast templating language that borrows the \
- best ideas from the existing templating languages.
+description = A super-fast templating language that borrows the best ideas from the existing templating languages.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://www.makotemplates.org/