We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b304690 commit a1b6a9eCopy full SHA for a1b6a9e
pyproject.toml
@@ -5,16 +5,14 @@ build-backend = "hatchling.build"
5
[project]
6
name = "kyber-py"
7
version = "1.0.1"
8
-requires-python = ">=3.9"
+requires-python = ">= 3.9"
9
description = "A pure python implementation of ML-KEM (FIPS 203)"
10
readme = "README.md"
11
classifiers = [
12
"Topic :: Security :: Cryptography",
13
"Programming Language :: Python :: 3",
14
- "License :: OSI Approved :: MIT License",
15
]
16
license = "MIT"
17
-license-files = ["LICEN[CS]E*"]
18
19
[project.urls]
20
Homepage = "https://github.com/GiacomoPope/kyber-py"
0 commit comments