From 48631166bb7f3810eb48a91beee36815c3708b00 Mon Sep 17 00:00:00 2001 From: Martin Domke Date: Wed, 20 Sep 2023 19:39:52 +0200 Subject: [PATCH] chore: Add project description --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d4357d3..cfa9139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "hatchling.build" [project] name = "python-ulid" +description = "Universally unique lexicographically sortable identifier" dynamic = ["version", "readme"] license = "MIT" requires-python = ">=3.9"