diff --git a/examples/python/pyproject.toml b/examples/python/pyproject.toml index ee251fb9..30c8a23b 100644 --- a/examples/python/pyproject.toml +++ b/examples/python/pyproject.toml @@ -1,13 +1,15 @@ [project] name = "my-gl-example" version = "0.1.0" -description = "Add your description here" +description = "An example on how to use the gl-client-py library" readme = "README.md" requires-python = ">=3.10" dependencies = [ "gl-client", "pytest>=8.3.4", ] +authors = [] +license = "MIT" [tool.uv.sources] gl-client = { workspace = true }