From 80c11ce100c8da7b9c5259af07a737789ccc5ecd Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Mon, 20 Jun 2022 10:48:26 +0000 Subject: [PATCH] Update setup.py, no longer requires README.md for long description --- ckanext-theme_hft/setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ckanext-theme_hft/setup.py b/ckanext-theme_hft/setup.py index fdfee06..4f5f2ac 100644 --- a/ckanext-theme_hft/setup.py +++ b/ckanext-theme_hft/setup.py @@ -6,9 +6,6 @@ from os import path here = path.abspath(path.dirname(__file__)) -# Get the long description from the relevant file -with open(path.join(here, 'README.md'), encoding='utf-8') as f: - long_description = f.read() setup( name='''ckanext-theme_hft''', @@ -19,7 +16,7 @@ setup( version='0.0.1', description=''' Customized UI of CKAN of HFT Stuttgart''', - long_description=long_description, + long_description=''' Customized UI of CKAN of HFT Stuttgart''', long_description_content_type="text/markdown", # Choose your license -- GitLab