Commit 5f93ab3b authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

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

This reverts commit 80c11ce1
parent 80c11ce1
......@@ -6,6 +6,9 @@ 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''',
......@@ -16,7 +19,7 @@ setup(
version='0.0.1',
description=''' Customized UI of CKAN of HFT Stuttgart''',
long_description=''' Customized UI of CKAN of HFT Stuttgart''',
long_description=long_description,
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