Commits (2)
......@@ -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
......