From 335adcb105b43b4ddc92818b86c1db65a140db3e Mon Sep 17 00:00:00 2001 From: Tonow Date: Tue, 16 Nov 2021 16:40:25 +0100 Subject: [PATCH] Remove newline from description field in setup.cfg Try to fix this issue https://github.com/cookiecutter/cookiecutter/issues/1614 Info to fix find in: * https://setuptools.pypa.io/en/latest/userguide/declarative_config.html?highlight=setup.cfg * https://github.com/pypa/setuptools/issues/1390#ref-pullrequest-1055003577 --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index b9f2cf7a8..51ddcc8df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,10 +6,7 @@ project_urls = CI: GitHub = https://github.com/cookiecutter/cookiecutter/actions Documentation = https://cookiecutter.readthedocs.io/ Source Code = https://github.com/cookiecutter/cookiecutter -description = - A command-line utility that creates projects from project - templates, e.g. creating a Python package project from a - Python package project template. +description = A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. long_description = file: README.md long_description_content_type = text/markdown author = Audrey Feldroy