Skip to content

Commit a1b6a9e

Browse files
Apply suggestions from code review
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent b304690 commit a1b6a9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ build-backend = "hatchling.build"
55
[project]
66
name = "kyber-py"
77
version = "1.0.1"
8-
requires-python = ">=3.9"
8+
requires-python = ">= 3.9"
99
description = "A pure python implementation of ML-KEM (FIPS 203)"
1010
readme = "README.md"
1111
classifiers = [
1212
"Topic :: Security :: Cryptography",
1313
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: MIT License",
1514
]
1615
license = "MIT"
17-
license-files = ["LICEN[CS]E*"]
1816

1917
[project.urls]
2018
Homepage = "https://github.com/GiacomoPope/kyber-py"

0 commit comments

Comments
 (0)