fix path for Readme.md

This commit is contained in:
Thomas Kunze 2020-11-11 22:48:04 +01:00
parent d90843ba45
commit c3d7f3e190

View File

@ -71,7 +71,7 @@ setup(
author_email='thomas.kunze@gmx.com',
description='Lib to implement knx-devices',
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
long_description=open("../../README.md").read(),
ext_modules=[CMakeExtension('knx')],
packages=find_packages(),
license="GPL3",