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"