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",