File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments