From 1792a0695236591f9f5fffbbf0319272b2d3ccc8 Mon Sep 17 00:00:00 2001 From: Berry den Hartog <38954346+berrydenhartog@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:29:33 +0200 Subject: [PATCH] Fix readme typos --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f5fac..db3b39e 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ This is a template repository that can be used for Python 3.11 projects and uses * A editorconfig file so editors enforce formatting * A default .gitgignore * A default pre-commit-config -* A .python-version file for users that use pyenv * A EUPL v1.2 Licence * A basic Docker setup +* publiccode.yml ## How to use this template repository When creating a new Repository select this template repository as the base. -After the repository is create make sure to change the following: (we may need to consider copier to automate this) +After the repository is created make sure to change the following (we may need to consider copier to automate this): * change the owners in the the .github/CODEOWNERS * run a global rename command where you rename new_name to your project name @@ -29,3 +29,5 @@ After the repository is create make sure to change the following: (we may need t * rename the python_project/ folder to your project name * change author and name in pyproject.toml * change labels in Dockerfile to appropriate values +* Verify the License used +* Change publiccode.yml to your needs