From 4695ecf0c005914c091cbf60d9399bb8d6b555e8 Mon Sep 17 00:00:00 2001 From: PT <11720165+P-T-I@users.noreply.github.com> Date: Sat, 19 Dec 2020 21:45:37 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd6bfe14..59d49791 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # The text of the README file with open(os.path.join(HERE, "README.rst")) as fid: - README = fid.read() + README = fid.read().split("##INCLUDE_MARKER##")[1] setup( name="CveXplore",