diff --git a/setup.py b/setup.py index 9e3a60d..cfe7d30 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ) ] -long_description = '\n'.join(Path('README.rst').read_text(), Path('CHANGELOG.rst').read_text()) +long_description = Path('README.rst').read_text() + '\n' + Path('CHANGELOG.rst').read_text() version_dict = {} exec(Path(__file__).parent.joinpath("xxhash", "version.py").read_text(), {}, version_dict)