Skip to content

Commit f291af7

Browse files
committed
information into pyproject
1 parent e7354d3 commit f291af7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
123
[tool.black]
224
line-length = 79
325

0 commit comments

Comments
 (0)