From 5d895cbdf5ae0d1e4362c6ed98983745730c7e99 Mon Sep 17 00:00:00 2001 From: Alex Lourie Date: Tue, 26 Aug 2025 10:19:58 +0930 Subject: [PATCH] Fix distribution metadata Signed-off-by: Alex Lourie --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92010e5..5537cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta" name = "zepben.eas" version = "0.23.0b1" description = "Python SDK for interacting with the Evolve App Server" -readme = {file = "README.md", content-type = "test/markdown"} +readme = {file = "README.md", content-type = "text/markdown"} license = "MPL-2.0" requires-python = '>=3.10' authors = [