blob: 0ec6314a7042d317364ef54bea730945868dedfb [file] [log] [blame]
[build-system]
requires = [
"setuptools>=42",
"wheel",
]
build-backend = "setuptools.build_meta"
[project]
name = "liboqs-python"
requires-python = ">=3.8"
version = "0.9.0"
description = "Python wrapper 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 = []