From f2c944b9fcf95dde7402cda3b3d6e7556554433c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 05:14:52 +0000 Subject: [PATCH] Update from copier (2024-12-29T05:14:52) --- .copier-answers.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index a567e66..1ae3936 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 6f28b69 +_commit: ea9f24b _src_path: https://github.com/python-project-templates/base.git add_extension: jupyter email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index 3b96c02..b4ae6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend="hatchling.build" [project] name = "python-template-jupyter" authors = [{name = "Python Project Template Authors", email = "3105306+timkpaine@users.noreply.github.com"}] -description="A Jupyter-Python project template" +description = "A Jupyter-Python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0"