We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96213a commit 76ca48cCopy full SHA for 76ca48c
setup.py
@@ -85,7 +85,7 @@ def _copy_typing_files(self):
85
author_email="topmaxz@protonmail.com",
86
url="https://github.com/Huelse/SEAL-Python",
87
description="Python wrapper for the Microsoft SEAL",
88
- long_description=(BASE_DIR / "README.md").read_text(encoding="utf-8")[:528],
+ long_description=(BASE_DIR / "README.md").read_text(encoding="utf-8"),
89
long_description_content_type="text/markdown",
90
ext_modules=ext_modules,
91
cmdclass={"build_ext": build_ext_with_typing},
0 commit comments