From f628759e15ffdac5638147481ef0a098270931bd Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 31 Jan 2024 09:50:23 +0100 Subject: [PATCH] Fix metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 007a752..90d5dc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ description = "Low-level CFFI bindings for Argon2" readme = { content-type = "text/markdown", file = "README.md" } authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }] requires-python = ">=3.7" -license = { text = "MIT" } +license = "MIT" keywords = ["password", "hash", "hashing", "security", "bindings", "cffi"] classifiers = [ "Development Status :: 5 - Production/Stable",