From 8a40194e2f0af3b82921de45e3aaac658379ecd0 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 24 May 2020 23:55:18 +0100 Subject: [PATCH] Stop including changelog in PyPI description (#244) It's linked prominently through project_urls already, it doesn't need to pollute the PyPI display of the README. Additionally it's sometimes necessary to push a change for a past release, but such changes cannot be added to that release's PyPI description as it's immutable. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d85e12b..057c736 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = flake8-comprehensions version = 3.2.2 description = A flake8 plugin to help you write better list/set/dict comprehensions. -long_description = file: README.rst, HISTORY.rst +long_description = file: README.rst long_description_content_type = text/x-rst author = Adam Johnson author_email = me@adamj.eu