Skip to content

Commit abdf8f4

Browse files
committed
Remove the pybind11 submodule and update the long description and supported Python versions
1 parent f226c23 commit abdf8f4

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
path = SEAL
33
url = https://github.com/microsoft/SEAL.git
44
branch = main
5-
[submodule "pybind11"]
6-
path = pybind11
7-
url = https://github.com/pybind/pybind11.git
8-
branch = stable

pybind11

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _copy_typing_files(self):
7272
author_email="topmaxz@protonmail.com",
7373
url="https://github.com/Huelse/SEAL-Python",
7474
description="Python wrapper for the Microsoft SEAL",
75-
long_description=(BASE_DIR / "README.md").read_text(encoding="utf-8"),
75+
long_description=(BASE_DIR / "README.md").read_text(encoding="utf-8")[:528],
7676
long_description_content_type="text/markdown",
7777
ext_modules=ext_modules,
7878
cmdclass={"build_ext": build_ext_with_typing},
@@ -91,6 +91,8 @@ def _copy_typing_files(self):
9191
"Programming Language :: Python :: 3.10",
9292
"Programming Language :: Python :: 3.11",
9393
"Programming Language :: Python :: 3.12",
94+
"Programming Language :: Python :: 3.13",
95+
"Programming Language :: Python :: 3.14",
9496
"Programming Language :: C++",
9597
"Topic :: Security :: Cryptography",
9698
],

0 commit comments

Comments
 (0)