Commit 80c11ce1 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update setup.py, no longer requires README.md for long description

parent a565b977
Pipeline #6562 failed with stage
in 1 second
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment