From fc117d99399f559217a06b02b015a0e0a21d3e05 Mon Sep 17 00:00:00 2001 From: Zachary Vorhies Date: Thu, 11 Jan 2024 13:28:22 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 893b407..9e58e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ build-backend = "setuptools.build_meta" name = "create-python-cmd" description = "Cross platform(ish) productivity commands written in python." requires-python = ">=3.7" +readme = "README.md" keywords = ["create python cmd"] license = { text = "BSD 3-Clause License" } classifiers = ["Programming Language :: Python :: 3"]