Skip to content

Commit

Permalink
Update long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Dec 29, 2023
1 parent 384f971 commit 4f59a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def build_extension(self, ext: CMakeExtension) -> None:
author_email="[email protected]",
url="https://github.com/LibreTranslate/RemoveDUP",
description="Remove duplicates from parallel corpora",
long_description="",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
ext_modules=[CMakeExtension("cmake_example")],
extras_require={"test": ["pytest>=6.0"]},
cmdclass={"build_ext": CMakeBuild},
Expand Down

0 comments on commit 4f59a81

Please sign in to comment.