We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7354d3 commit f291af7Copy full SHA for f291af7
pyproject.toml
@@ -1,3 +1,25 @@
1
+[build-system]
2
+requires = ["hatchling"]
3
+build-backend = "hatchling.build"
4
+
5
+[project]
6
+name = "kyber-py"
7
+version = "0.1.0"
8
+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"
21
+Issues = "https://github.com/GiacomoPope/kyber-py/issues"
22
23
[tool.black]
24
line-length = 79
25
0 commit comments