blob: fd558c0f97f3b13d7499439dd60840562e849de1 [file] [log] [blame]
[build-system]
requires = [
"setuptools>=42",
"wheel",
]
build-backend = "setuptools.build_meta"
[project]
name = "liboqs-python"
requires-python = ">=3.8"
version = "0.10.0"
description = "Python bindings for liboqs, providing post-quantum public key cryptography algorithms"
authors = [
{ name = "Open Quantum Safe project", email = "[email protected]" },
]
readme = "README.md"
license = { file = "LICENSE" }
dependencies = [
"nose2",
]
[project.urls]
homepage = "https://github.com/open-quantum-safe/liboqs-python"
repository = "https://github.com/open-quantum-safe/liboqs-python.git"
[tool.setuptools]
py-modules = []