From 7f01de8327a13e56c21141b1b171deebedf395f4 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Tue, 23 Dec 2025 19:33:00 +0000 Subject: [PATCH] Add README for PyPI. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f405a04..7680fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ backend-path = ["tools"] name = "aeg" dynamic = ["version"] description = "AEGIS encryption easy to use Python binding. Wheels for major platforms." +readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: Implementation :: CPython",