Skip to content

Commit 76ca48c

Browse files
committed
Update setup.py
1 parent a96213a commit 76ca48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def _copy_typing_files(self):
8585
author_email="topmaxz@protonmail.com",
8686
url="https://github.com/Huelse/SEAL-Python",
8787
description="Python wrapper for the Microsoft SEAL",
88-
long_description=(BASE_DIR / "README.md").read_text(encoding="utf-8")[:528],
88+
long_description=(BASE_DIR / "README.md").read_text(encoding="utf-8"),
8989
long_description_content_type="text/markdown",
9090
ext_modules=ext_modules,
9191
cmdclass={"build_ext": build_ext_with_typing},

0 commit comments

Comments
 (0)