Skip to content
Snippets Groups Projects
Commit 6fce24a6 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Read long description from md readme

parent 6dbd88cd
No related branches found
No related tags found
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
......@@ -6,7 +6,7 @@ from os import path
here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
......@@ -21,7 +21,7 @@ setup(
long_description=long_description,
# The project's main homepage.
url='https://github.com//ckanext-odsh',
url='https://code.schleswig-holstein.de/opendata/ckanext-odsh',
# Author details
author='''HITeC e.V.''',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment