From 586bd246cfb9ea9f25a843500fcda40684216996 Mon Sep 17 00:00:00 2001 From: Isaak Malers Date: Wed, 21 Feb 2024 20:45:41 -0800 Subject: [PATCH] Update README.md That stuff has been done, or moved to issues, or moved to contributors.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 94b0fb4..ff662f3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,3 @@ Enables you to build a CLI with python in the most straightforward way with the * Home Directory Argument. Make a particular function always run from within a particular path. * Required Files Argument. Make a target require a file by moniker (such as "config.json"). And then instead of getting the path to the file just get the string of the file contents instead. - -# Contribution Tasks: -Configure GitHub to run all the unit tests on all the major versions of python from 3.8 onward. \ No newline at end of file