Skip to content

Commit

Permalink
modify pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyul-ryu committed Nov 23, 2023
1 parent f30a336 commit d28cead
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ homepage = "https://desilo.ai/"
documentation = "https://docs.desilo.ai/liberate-fhe/"
repository = "https://github.com/desilo/liberate"
license = "BSD-3-Clause-Clear"
keywords = ["DESILO", "liberate", "homomorphic encryption", "CKKS", "random number generation"]
keywords = [
"DESILO", "python", "cryptohraphy", "privacy", "encryption", "cuda",
"homoomrphic encryption", "homomorphic encryption library", "fhe", "gpu accelerated", "liberate"
]
classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries"
]
packages = [
{ include = "liberate", from = "src" },
]
Expand Down

0 comments on commit d28cead

Please sign in to comment.