From 35b5a11e65f9eb6d1f5b795a0e084d84b2b80f7f Mon Sep 17 00:00:00 2001 From: Oliver Margetts Date: Mon, 16 Aug 2021 19:19:34 +0000 Subject: [PATCH] Chore: improve description for PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e5f06..1ce6ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ line_length = 120 [tool.poetry] name = "clickhouse_orm" version = "2.2.0" -description = "A simple ORM for working with the Clickhouse database" +description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm." authors = ["olliemath "] license = "BSD" homepage = "https://github.com/SuadeLabs/clickhouse_orm"