From 7ff002e90201289b0c7fff359e3cb0204375757f Mon Sep 17 00:00:00 2001 From: "Juan M. Cruz-Martinez" Date: Wed, 15 Nov 2023 14:07:19 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9723b3..7ec884c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ { name = "juacrumar", email = "juacrumar@lairen.eu" } ] description = "Personal telegram bot to interact between your Telegram account and your computer" -readme = "README" +readme = "readme.md" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent",