diff --git a/lib/pyproject.toml b/lib/pyproject.toml index 11de515..5f2f8b0 100644 --- a/lib/pyproject.toml +++ b/lib/pyproject.toml @@ -6,11 +6,15 @@ name = "object-storage-charmlib" version = "0.1.0" description = "Common charm lib for providers and requirers of object storage relation interfaces" +readme = "README.md" requires-python = ">=3.8" dependencies = [ "ops>=2.0.0" ] +[project.urls] +source = "https://github.com/canonical/object-storage-integrator/tree/main/lib" + [dependency-groups] format = [ "ruff>=0.14.10" @@ -59,4 +63,4 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] packages = [{ include = "object_storage" }] -include = ["object_storage/py.typed"] \ No newline at end of file +include = ["object_storage/py.typed"]