From 98c11ce47a304b777ea823a0a73c46203e5caf60 Mon Sep 17 00:00:00 2001 From: Walison Filipe Date: Mon, 17 Feb 2025 11:17:06 -0300 Subject: [PATCH] Set readme info on pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6c974b8..09ab604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "barte-python-sdk" +readme = "README.md" dynamic = ["version"] description = "Python SDK for integration with Barte API" requires-python = ">=3.11"