From 20ab0cca141f9ad3016f94b1fd3770effe029626 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Fri, 17 Nov 2023 23:53:41 +0100 Subject: [PATCH] fix: remove `changes` from `setup.py` (#34) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 103d27018..1366c7b0c 100755 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def read(fname, encoding="ascii"): author_email="info@errbot.io", description="Errbot is a chatbot designed to be simple to extend with plugins written in Python.", long_description_content_type="text/x-rst", - long_description="".join([read("README.rst"), "\n\n", changes]), + long_description="".join([read("README.rst")]), license="GPL", keywords="xmpp irc slack hipchat gitter tox chatbot bot plugin chatops", url="http://errbot.io/",