From 1401b8edd5b23e6ccd1b30883235be07e26bfab8 Mon Sep 17 00:00:00 2001 From: Sander van Rijn Date: Mon, 19 Aug 2024 15:01:59 +0200 Subject: [PATCH] replace cookiecutter with copier in final files --- NOTICE | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index c1991889..b17007cf 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ -NLeSC Cookiecutter template for Python +NLeSC Copier template for Python Copyright 2021, Netherlands eScience Center diff --git a/setup.cfg b/setup.cfg index d52e15ba..67b1efdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 -description = Cookiecutter template to initialize Python projects in accordance with Netherlands eScience Center best practices +description = Copier template to initialize Python projects in accordance with Netherlands eScience Center best practices long_description = file: README.md long_description_content_type = text/markdown name = Netherlands eScience Center Python Template