From 5ea4fbb53b1288c0237d4fd342c9469d52101508 Mon Sep 17 00:00:00 2001 From: Daniel Copley Date: Sun, 4 Feb 2024 14:04:22 -0500 Subject: [PATCH] Undo pyproject change --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cd71089..9518f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ authors = [ ] description = """ShellOracle is a pluggable terminal utility that takes a natural language description of a \ command and substitutes it into your terminal buffer.""" + readme = "README.md" requires-python = ">=3.9" classifiers = [