Skip to content

Commit

Permalink
fix join
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Feb 27, 2024
1 parent fa3ceda commit b990c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b990c28

Please sign in to comment.