From 1a30e93961def546c8c75fa020fceb2ef6ea7b4d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 17 Nov 2021 10:33:27 -0500 Subject: description needs to be all single line for distutils Change-Id: I8511d4eb793892f6e76fda99a9840e07178be785 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 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/ -- cgit v1.2.1