[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "laicrypto"
version = "0.2.0"
authors = [{name="GALIH RIDHO UTOMO", email="g4lihru@students.unnes.ac.id"}]
description = "Post-quantum Lemniscate-AGM Isogeny Encryption (LAI)"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
[project.urls]
"Homepage" = "https://github.com/galihru/pqcrypto"
"Repository" = "https://github.com/galihru/pqcrypto"